makedef.pl should be able to load "strict"
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 12 Jan 2007 13:57:45 +0000 (13:57 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 12 Jan 2007 13:57:45 +0000 (13:57 +0000)
p4raw-id: //depot/perl@29774

makedef.pl

index 12a17b3..6c08033 100644 (file)
@@ -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);