projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ea2e58b
)
Adapt properly More.t to run in the core
Rafael Garcia-Suarez [Tue, 15 Apr 2008 13:53:27 +0000 (13:53 +0000)]
(like Module::Build does, for example)
p4raw-id: //depot/perl@33689
lib/Test/Simple/t/More.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Test/Simple/t/More.t
b/lib/Test/Simple/t/More.t
index
b4bac92
..
eabd0fa
100644
(file)
--- a/
lib/Test/Simple/t/More.t
+++ b/
lib/Test/Simple/t/More.t
@@
-3,7
+3,7
@@
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
- @INC = '../lib';
+ @INC = qw(../lib ../lib/Test/Simple/t/lib);
}
}