RE: Untested libraries update
[p5sagit/p5-mst-13.2.git] / lib / Cwd.pm
index 8b9a780..9602919 100644 (file)
@@ -1,5 +1,5 @@
 package Cwd;
-require 5.6.0;
+use 5.006;
 
 =head1 NAME
 
@@ -443,7 +443,6 @@ sub _os2_cwd {
 
 sub _win32_cwd {
     $ENV{'PWD'} = Win32::GetCwd();
-    $ENV{'PWD'} =~ s:\\:/:g ;
     return $ENV{'PWD'};
 }