This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
_r-ify config.win64, too.
[perl5.git] / 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;