Change 31686 by [EMAIL PROTECTED] on 2007/08/08 16:28:40

        From #43633: Cwd::cwd() use in File::Spec::Unix use causes unnecessary 
fork()

Affected files ...

... //depot/perl/lib/File/Spec/Unix.pm#58 edit

Differences ...

==== //depot/perl/lib/File/Spec/Unix.pm#58 (text) ====
Index: perl/lib/File/Spec/Unix.pm
--- perl/lib/File/Spec/Unix.pm#57~29356~        2006-11-22 19:09:08.000000000 
-0800
+++ perl/lib/File/Spec/Unix.pm  2007-08-08 09:28:40.000000000 -0700
@@ -475,7 +475,7 @@
 # File::Spec subclasses use this.
 sub _cwd {
     require Cwd;
-    Cwd::cwd();
+    Cwd::getcwd();
 }
 
 
End of Patch.

Reply via email to