On Tuesday, June 17, 2003, at 03:34PM, Michael Lemke <[EMAIL PROTECTED]> wrote:
>6/17/03 22:10:19, [EMAIL PROTECTED] wrote: >>which is nothing more than a reprise of the problem >with File::Find >>on VMS. >> > >Just a guess: is this maybe the same bug I reported >earlier in a different thread: >http://archive.develooper.com/[EMAIL PROTECTED]/msg06735. >html > >If so, then this should really be fixed in vms.c (I >haven't gotten around it yet). Nor have I. I think Peter is right that File::Find's problems are unrelated to your report. The issue you noticed is a bug in Perl_trim_unixpath in vms.c. It handles ".../" but not "../" when trimming a unix-style path specification and is used to return file specs during globbing. I do want to see it fixed but just haven't gotten around to it.
