Update CPANPLUS to 0.83_10
[p5sagit/p5-mst-13.2.git] / lib / CPANPLUS / Internals / Utils.pm
index b3e6534..1a260ef 100644 (file)
@@ -419,9 +419,6 @@ sub _safe_path {
         ### only need to fix it up if there's spaces in the path   
         return $path unless $path =~ /\s+/;
         
-        ### or if we are on win32
-        return $path if $^O ne 'MSWin32';
-    
         ### clean up paths if we are on win32
         return Win32::GetShortPathName( $path ) || $path;