From: Nick Ing-Simmons Date: Sat, 29 Dec 2001 17:27:50 +0000 (+0000) Subject: Fudge Config.pm so File::Spec does not croak. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f7d174987f2e9e2d250eda5da71dd17f5435109e;p=p5sagit%2Fp5-mst-13.2.git Fudge Config.pm so File::Spec does not croak. p4raw-id: //depot/perlio@13934 --- diff --git a/win32/FindExt.pm b/win32/FindExt.pm index 3039268..8f1952f 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;