From: Rafael Garcia-Suarez Date: Tue, 15 Apr 2008 13:53:27 +0000 (+0000) Subject: Adapt properly More.t to run in the core X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=da0c1bbe91572d32a000a53ae38e1134a1502f10;p=p5sagit%2Fp5-mst-13.2.git Adapt properly More.t to run in the core (like Module::Build does, for example) p4raw-id: //depot/perl@33689 --- diff --git a/lib/Test/Simple/t/More.t b/lib/Test/Simple/t/More.t index b4bac92..eabd0fa 100644 --- 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); } }