From: "George Necula" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 30, 2002 10:32
Subject: Bug: cygwin Perl uses File/Spec/Unix.pm instead of
File/Spec/Win32.pm
> To reproduce the bug:
> perl -e 'use File::Spec; print
File::Spec->file
To reproduce the bug:
perl -e 'use File::Spec; print File::Spec->file_name_is_absolute("C:/test")
? "no bug" : "bug";'
To fix the bug add a line
cygwin => 'Win32',
at the beginning of File/Spec.pm in the definition of the %modules hash
table.
As per your request, in include below the
2 matches
Mail list logo