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

index 3039268..8f1952f 100644 (file)
@@ -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;