diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2001-08-07 01:33:26 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-07 22:33:48 +0000 |
commit | fec5317b562f0dbdfcbb1cf6b2343a9b50b784c1 (patch) | |
tree | 27df63903aea23b7cf09262f926d5141d9d93dc3 /embed.pl | |
parent | f5f1d18ea865e75add13fe3664f46a1d86cc28c5 (diff) | |
download | perl-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-x | embed.pl | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |