On Sat, Jun 18, 2005 at 11:21:19AM +0200, Tels wrote: > if ($Is_MacOS) { > - - ($topdev,$topino,$topmode,$topnlink) = $follow ? stat $top_item : > lstat $top_item; > $top_item = ":$top_item" > if ( (-d _) && ( $top_item !~ /:/ ) ); > - - } > + } elsif ($^O eq 'MSWin32') { > + $top_item =~ s|/\z|| unless $top_item =~ m|\w:/$|; > + }
The patch appears to be mangled. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern You are wicked and wrong to have broken inside and peeked at the implementation and then relied upon it. -- tchrist in <[EMAIL PROTECTED]>