Change 33689 by [EMAIL PROTECTED] on 2008/04/15 13:53:27
Adapt properly More.t to run in the core
(like Module::Build does, for example)
Affected files ...
... //depot/perl/lib/Test/Simple/t/More.t#13 edit
Differences ...
==== //depot/perl/lib/Test/Simple/t/More.t#13 (text) ====
Index: perl/lib/Test/Simple/t/More.t
--- perl/lib/Test/Simple/t/More.t#12~33688~ 2008-04-15 06:51:15.000000000
-0700
+++ perl/lib/Test/Simple/t/More.t 2008-04-15 06:53:27.000000000 -0700
@@ -3,7 +3,7 @@
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
- @INC = '../lib';
+ @INC = qw(../lib ../lib/Test/Simple/t/lib);
}
}
End of Patch.