This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fb841e
)
Fudge Config.pm so File::Spec does not croak.
author
Nick Ing-Simmons
<nik@tiuk.ti.com>
Sat, 29 Dec 2001 17:27:50 +0000
(17:27 +0000)
committer
Nick Ing-Simmons
<nik@tiuk.ti.com>
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;