diff options
-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. # |