Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
Gurusamy Sarathy [Tue, 7 Aug 2001 08:33:26 +0000 (01:33 -0700)]
Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>

Unnecessary dependency.

p4raw-id: //depot/perl@11603

embed.pl

index 2e473b6..60d0046 100755 (executable)
--- 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