Patch for Perlbug #4253
[p5sagit/p5-mst-13.2.git] / t / uni / tr_eucjp.t
index 9d60079..03dec71 100644 (file)
@@ -7,7 +7,7 @@
 BEGIN {
     if ($ENV{'PERL_CORE'}){
         chdir 't';
-        unshift @INC, '../lib';
+        @INC = '../lib';
     }
     require Config; import Config;
     if ($Config{'extensions'} !~ /\bEncode\b/) {
@@ -30,7 +30,6 @@ BEGIN {
 }
 
 use strict;
-#use Test::More qw(no_plan);
 use Test::More tests => 6;
 use Encode;
 use encoding 'euc-jp';