From: Gurusamy Sarathy Date: Tue, 7 Aug 2001 08:33:26 +0000 (-0700) Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fec5317b562f0dbdfcbb1cf6b2343a9b50b784c1;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/embed.pl b/embed.pl index 2e473b6..60d0046 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