From: Nicholas Clark Date: Tue, 9 Jan 2007 21:46:28 +0000 (+0000) Subject: Make minimod.pl warnings and strict clean. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ab87a3d03b808910cd5032299ef04c25d673c5c;p=p5sagit%2Fp5-mst-13.2.git Make minimod.pl warnings and strict clean. p4raw-id: //depot/perl@29741 --- diff --git a/minimod.pl b/minimod.pl index 39f9763..377ee8b 100644 --- a/minimod.pl +++ b/minimod.pl @@ -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. #