This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3df97b6
)
Make minimod.pl warnings and strict clean.
author
Nicholas Clark
<nick@ccl4.org>
Tue, 9 Jan 2007 21:46:28 +0000
(21:46 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Tue, 9 Jan 2007 21:46:28 +0000
(21:46 +0000)
p4raw-id: //depot/perl@29741
minimod.pl
patch
|
blob
|
blame
|
history
diff --git
a/minimod.pl
b/minimod.pl
index
39f9763
..
377ee8b
100644
(file)
--- 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.
#