This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cdff51
)
Add lib to @INC so that ./perl t/op/local.t works.
author
Nicholas Clark
<nick@ccl4.org>
Tue, 23 Jan 2007 22:54:00 +0000
(22:54 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Tue, 23 Jan 2007 22:54:00 +0000
(22:54 +0000)
p4raw-id: //depot/perl@29938
t/op/local.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/local.t
b/t/op/local.t
index
1e5ba85
..
5aea967
100755
(executable)
--- a/
t/op/local.t
+++ b/
t/op/local.t
@@
-2,6
+2,7
@@
BEGIN {
chdir 't' if -d 't';
+ @INC = qw(. ../lib);
require './test.pl';
}
plan tests => 114;