Change 29938 by [EMAIL PROTECTED] on 2007/01/23 22:54:00
Add lib to @INC so that ./perl t/op/local.t works.
Affected files ...
... //depot/perl/t/op/local.t#33 edit
Differences ...
==== //depot/perl/t/op/local.t#33 (xtext) ====
Index: perl/t/op/local.t
--- perl/t/op/local.t#32~27986~ 2006-04-27 16:15:02.000000000 -0700
+++ perl/t/op/local.t 2007-01-23 14:54:00.000000000 -0800
@@ -2,6 +2,7 @@
BEGIN {
chdir 't' if -d 't';
+ @INC = qw(. ../lib);
require './test.pl';
}
plan tests => 114;
End of Patch.