summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2001-08-07 01:33:26 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-07 22:33:48 +0000
commitfec5317b562f0dbdfcbb1cf6b2343a9b50b784c1 (patch)
tree27df63903aea23b7cf09262f926d5141d9d93dc3 /embed.pl
parentf5f1d18ea865e75add13fe3664f46a1d86cc28c5 (diff)
downloadperl-fec5317b562f0dbdfcbb1cf6b2343a9b50b784c1.tar.gz
Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com> Unnecessary dependency. p4raw-id: //depot/perl@11603
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/embed.pl b/embed.pl
index 2e473b6065..60d0046e10 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1,9 +1,5 @@
#!/usr/bin/perl -w
-BEGIN {
- unshift @INC, "./lib";
-}
-
require 5.003; # keep this compatible, an old perl is all we may have before
# we build the new one