Make minimod.pl warnings and strict clean.
Nicholas Clark [Tue, 9 Jan 2007 21:46:28 +0000 (21:46 +0000)]
p4raw-id: //depot/perl@29741

minimod.pl

index 39f9763..377ee8b 100644 (file)
@@ -1,3 +1,4 @@
+#./miniperl -w
 # minimod.PL writes the contents of miniperlmain.c into the module
 # ExtUtils::Miniperl for later perusal (when the perl source is
 # deleted)
@@ -10,6 +11,8 @@
 #
 # Version 1.0, Feb 2nd 1995 by Andreas Koenig
 
+use strict;
+
 print <<'END';
 # This File keeps the contents of miniperlmain.c.
 #