summaryrefslogtreecommitdiff
path: root/win32/FindExt.pm
diff options
context:
space:
mode:
Diffstat (limited to 'win32/FindExt.pm')
-rw-r--r--win32/FindExt.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/FindExt.pm b/win32/FindExt.pm
index 30392687d1..8f1952fe96 100644
--- 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;