From: Rafael Garcia-Suarez Date: Fri, 12 Jan 2007 13:57:45 +0000 (+0000) Subject: makedef.pl should be able to load "strict" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c560d966b003defa80c2baa9fedc0a294d2b3afe;p=p5sagit%2Fp5-mst-13.2.git makedef.pl should be able to load "strict" p4raw-id: //depot/perl@29774 --- diff --git a/makedef.pl b/makedef.pl index 12a17b3..6c08033 100644 --- a/makedef.pl +++ b/makedef.pl @@ -8,6 +8,8 @@ # # reads global.sym, pp.sym, perlvars.h, intrpvar.h, thrdvar.h, config.h # On OS/2 reads miniperl.map and the previous version of perl5.def as well + +BEGIN { unshift @INC, "lib" } use strict; use vars qw($PLATFORM $CCTYPE $FILETYPE $CONFIG_ARGS $ARCHNAME $PATCHLEVEL);