This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Install overload.h on VMS, plus more case fix-ups in descrip_mms.template.
[perl5.git] / minimod.pl
index 39f9763..fea77c0 100644 (file)
@@ -1,4 +1,5 @@
-# minimod.PL writes the contents of miniperlmain.c into the module
+#./miniperl -w
+# 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';
 # This File keeps the contents of miniperlmain.c.
 #