Change 11603 by jhi@alpha on 2001/08/07 22:33:48
Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
From: Gurusamy Sarathy <[EMAIL PROTECTED]>
Date: Tue, 07 Aug 2001 08:33:26 -0700
Message-Id: <[EMAIL PROTECTED]>
Unnecessary dependency.
Affected files ...
... //depot/perl/embed.pl#262 edit
Differences ...
==== //depot/perl/embed.pl#262 (xtext) ====
Index: perl/embed.pl
--- perl/embed.pl.~1~ Tue Aug 7 16:45:05 2001
+++ perl/embed.pl Tue Aug 7 16:45:05 2001
@@ -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
End of Patch.