diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-01-09 21:46:28 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-01-09 21:46:28 +0000 |
commit | 8ab87a3d03b808910cd5032299ef04c25d673c5c (patch) | |
tree | 5a1db62f40f15cd22ef3ded5feb20f5b65f569db /minimod.pl | |
parent | 3df97b6db7f5849e9f9cfea221d12f5b011fc923 (diff) | |
download | perl-8ab87a3d03b808910cd5032299ef04c25d673c5c.tar.gz |
Make minimod.pl warnings and strict clean.
p4raw-id: //depot/perl@29741
Diffstat (limited to 'minimod.pl')
-rw-r--r-- | minimod.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minimod.pl b/minimod.pl index 39f976395f..377ee8bbaf 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. # |