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

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

2002-04-02 Thread Gerrit P. Haase
Gerrit schrieb: Not that nice, excuse me please. >> To reproduce the bug: >> perl -e 'use File::Spec; print File::Spec->file_name_is_absolute("C:/test") >> ? "no bug" : "bug";' This should be handled by cygwin1.dll. E.g. it is possible to type: $ mkdir c:/test $ ls c:/test and so on. Since Cyg

Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win3 2.pm

2002-04-01 Thread Gerrit P. Haase
Hallo George, Am 2002-03-30 um 20:32 schriebst du: > To reproduce the bug: > perl -e 'use File::Spec; print File::Spec->file_name_is_absolute("C:/test") > ? "no bug" : "bug";' file_name_is_absolute Takes as argument a path and returns true if it is an absolute path.