summaryrefslogtreecommitdiff
path: root/minimod.pl
diff options
context:
space:
mode:
authorAndreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>2007-01-10 05:55:55 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-10 10:25:02 +0000
commit3645c8c73799ab045cd376836963afb9afa783f0 (patch)
tree3c138e50a6751d445c0d4669d96d96364cd77860 /minimod.pl
parent8ab87a3d03b808910cd5032299ef04c25d673c5c (diff)
downloadperl-3645c8c73799ab045cd376836963afb9afa783f0.tar.gz
./miniperl minimod.pl ... Can't locate strict.pm
Message-ID: <87lkkbk01g.fsf@k75.linux.bogus> p4raw-id: //depot/perl@29742
Diffstat (limited to 'minimod.pl')
-rw-r--r--minimod.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/minimod.pl b/minimod.pl
index 377ee8bbaf..fea77c0ef7 100644
--- a/minimod.pl
+++ b/minimod.pl
@@ -1,5 +1,5 @@
#./miniperl -w
-# minimod.PL writes the contents of miniperlmain.c into the module
+# minimod.pl writes the contents of miniperlmain.c into the module
# ExtUtils::Miniperl for later perusal (when the perl source is
# deleted)
#
@@ -11,6 +11,8 @@
#
# Version 1.0, Feb 2nd 1995 by Andreas Koenig
+BEGIN { unshift @INC, "lib" }
+
use strict;
print <<'END';