RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win3 2.pm)

2002-04-02 Thread George Necula
e ground. George. > -Original Message- > From: Gerrit P. Haase [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 02, 2002 4:26 AM > To: George Necula; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Sorry... (was: Re: Bug: cygwin Perl uses > File/Spec/Unix.pm inst

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