X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/8ab87a3d03b808910cd5032299ef04c25d673c5c..7b47f51168e9809f5d382d1665487f501a3abc60:/minimod.pl diff --git a/minimod.pl b/minimod.pl index 377ee8b..fea77c0 100644 --- a/minimod.pl +++ b/minimod.pl @@ -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';