Change 33398 by [EMAIL PROTECTED] on 2008/02/29 08:22:01 Context fix to make the test pass
Affected files ... ... //depot/perl/lib/Test/Simple/t/filehandles.t#6 edit Differences ... ==== //depot/perl/lib/Test/Simple/t/filehandles.t#6 (text) ==== Index: perl/lib/Test/Simple/t/filehandles.t --- perl/lib/Test/Simple/t/filehandles.t#5~33394~ 2008-02-28 20:39:18.000000000 -0800 +++ perl/lib/Test/Simple/t/filehandles.t 2008-02-29 00:22:01.000000000 -0800 @@ -3,7 +3,7 @@ BEGIN { if( $ENV{PERL_CORE} ) { chdir 't'; - @INC = '../lib', 'lib'; + @INC = ('../lib', 'lib'); } } End of Patch.