forgot the patch file.

This commit is contained in:
Robin Norwood 2007-07-25 00:27:43 +00:00
parent 038556dcca
commit db1fa4ea82
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- perl-5.8.8/lib/File/Spec/Unix.pm.orig 2005-08-27 12:14:38.000000000 -0500
+++ perl-5.8.8/lib/File/Spec/Unix.pm 2007-07-07 22:13:51.000000000 -0500
@@ -470,7 +470,7 @@
# File::Spec subclasses use this.
sub _cwd {
require Cwd;
- Cwd::cwd();
+ Cwd::getcwd();
}