Make Encode tests work with $PERL_CORE in the environment
Rafael Garcia-Suarez [Mon, 7 Sep 2009 09:27:55 +0000 (11:27 +0200)]
ext/Encode/t/CJKT.t
ext/Encode/t/guess.t
ext/Encode/t/perlio.t
t/TEST

index d58e3e3..1648b1e 100644 (file)
@@ -1,8 +1,4 @@
 BEGIN {
-    if ($ENV{'PERL_CORE'}){
-        chdir 't';
-        unshift @INC, '../lib';
-    }
     require Config; import Config;
     if ($Config{'extensions'} !~ /\bEncode\b/) {
       print "1..0 # Skip: Encode was not built\n";
index 707ca85..37ddd5a 100644 (file)
@@ -1,8 +1,4 @@
 BEGIN {
-    if ($ENV{'PERL_CORE'}){
-        chdir 't';
-        unshift @INC, '../lib';
-    }
     require Config; import Config;
     if ($Config{'extensions'} !~ /\bEncode\b/) {
       print "1..0 # Skip: Encode was not built\n";
index 8138a89..e50dfa4 100644 (file)
@@ -1,8 +1,4 @@
 BEGIN {
-    if ($ENV{'PERL_CORE'}){
-        chdir 't';
-        unshift @INC, '../lib';
-    }
     require Config; import Config;
     if ($Config{'extensions'} !~ /\bEncode\b/) {
       print "1..0 # Skip: Encode was not built\n";
diff --git a/t/TEST b/t/TEST
index 4eebf9a..b197554 100755 (executable)
--- a/t/TEST
+++ b/t/TEST
@@ -28,7 +28,6 @@ my %temp_no_core =
      '../ext/Compress-Raw-Bzip2' => 1,
      '../ext/Compress-Raw-Zlib' => 1,
      '../ext/Devel-PPPort' => 1,
-     '../ext/Encode' => 1,
      '../ext/IO-Compress' => 1,
      '../ext/IPC-SysV' => 1,
      '../ext/MIME-Base64' => 1,