summaryrefslogtreecommitdiff
path: root/minimod.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-01-09 21:46:28 +0000
committerNicholas Clark <nick@ccl4.org>2007-01-09 21:46:28 +0000
commit8ab87a3d03b808910cd5032299ef04c25d673c5c (patch)
tree5a1db62f40f15cd22ef3ded5feb20f5b65f569db /minimod.pl
parent3df97b6db7f5849e9f9cfea221d12f5b011fc923 (diff)
downloadperl-8ab87a3d03b808910cd5032299ef04c25d673c5c.tar.gz
Make minimod.pl warnings and strict clean.
p4raw-id: //depot/perl@29741
Diffstat (limited to 'minimod.pl')
-rw-r--r--minimod.pl3
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.
#