Andreas J. Koenig [Wed, 10 Jan 2007 04:55:55 +0000 (05:55 +0100)]
Message-ID: <87lkkbk01g.fsf@k75.linux.bogus>
p4raw-id: //depot/perl@29742
#./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)
#
#
# Version 1.0, Feb 2nd 1995 by Andreas Koenig
+BEGIN { unshift @INC, "lib" }
+
use strict;
print <<'END';