X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=minimod.pl;h=fea77c0ef7f4b6fd1c0ee94f42e843dbcde0d680;hb=25ff0154ccf606eb5512a8cde622caf50e20fba3;hp=377ee8bbaf2f2db62f609f56f477dca5f7dc32d1;hpb=8ab87a3d03b808910cd5032299ef04c25d673c5c;p=p5sagit%2Fp5-mst-13.2.git 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';