Re: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm

2002-03-30 Thread Michael A Chase
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

Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm

2002-03-30 Thread George Necula
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