projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4fb841e
)
Fudge Config.pm so File::Spec does not croak.
Nick Ing-Simmons [Sat, 29 Dec 2001 17:27:50 +0000 (17:27 +0000)]
p4raw-id: //depot/perlio@13934
win32/FindExt.pm
patch
|
blob
|
blame
|
history
diff --git
a/win32/FindExt.pm
b/win32/FindExt.pm
index
3039268
..
8f1952f
100644
(file)
--- a/
win32/FindExt.pm
+++ b/
win32/FindExt.pm
@@
-2,6
+2,9
@@
package FindExt;
our $VERSION = '1.00';
+# We (probably) have not got a Config.pm yet
+BEGIN { $INC{'Config.pm'} = __FILE__ };
+
use strict;
use File::Find;
use File::Basename;