This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
./miniperl minimod.pl ... Can't locate strict.pm
authorAndreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
Wed, 10 Jan 2007 04:55:55 +0000 (05:55 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 10 Jan 2007 10:25:02 +0000 (10:25 +0000)
Message-ID: <87lkkbk01g.fsf@k75.linux.bogus>

p4raw-id: //depot/perl@29742

minimod.pl

index 377ee8b..fea77c0 100644 (file)
@@ -1,5 +1,5 @@
 #./miniperl -w
-# minimod.PL writes the contents of miniperlmain.c into the module
+# minimod.pl writes the contents of miniperlmain.c into the module
 # ExtUtils::Miniperl for later perusal (when the perl source is
 # deleted)
 #
@@ -11,6 +11,8 @@
 #
 # Version 1.0, Feb 2nd 1995 by Andreas Koenig
 
+BEGIN { unshift @INC, "lib" }
+
 use strict;
 
 print <<'END';