Re: And now the Cwd problem (was Re: chdir.t problem...)
Michael G. Schwern [Thu, 20 Sep 2001 22:54:02 +0000 (18:54 -0400)]
Message-ID: <20010920225402.A3611@blackrider>

p4raw-id: //depot/perl@12114

lib/Cwd.pm

index 01f5ce4..9602919 100644 (file)
@@ -443,7 +443,6 @@ sub _os2_cwd {
 
 sub _win32_cwd {
     $ENV{'PWD'} = Win32::GetCwd();
-    $ENV{'PWD'} =~ s:\\:/:g ;
     return $ENV{'PWD'};
 }