On Fri, Jul 08, 2005 at 03:30:26PM -0700, Michael G Schwern wrote:
> There are some problems in Win32 and they look like they're due to 
> File::Spec bugs.
> 
> 0 ~$ perl -w ~/tmp/foo.plx 'C:\foo\..\..\..\bar' Win32
> C:bar
> 
> This is because:
> 
> 0 ~$ perl -MFile::Spec::Win32 -wle 'print join "\n", 
> File::Spec::Win32->catdir("", "..", "..", "")'
> 
> It should be the root dir as it is on Unix.
> 
> 0 ~$ perl -MFile::Spec::Unix -wle 'print join "\n", 
> File::Spec::Unix->catdir("", "..", "..", "")'
> /

I just sent off a patch to Ken to fix this.
http://rt.cpan.org/NoAuth/Bug.html?id=13606


-- 
Michael G Schwern     [EMAIL PROTECTED]     http://www.pobox.com/~schwern
ROCKS FALL! EVERYONE DIES!
        http://www.somethingpositive.net/sp05032002.shtml

Reply via email to