diff options
-rw-r--r-- | cpan/Encode/t/CJKT.t | 4 | ||||
-rw-r--r-- | cpan/Encode/t/guess.t | 4 | ||||
-rw-r--r-- | cpan/Encode/t/perlio.t | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/cpan/Encode/t/CJKT.t b/cpan/Encode/t/CJKT.t index 8866f75aa8..1648b1e5fd 100644 --- a/cpan/Encode/t/CJKT.t +++ b/cpan/Encode/t/CJKT.t @@ -1,8 +1,4 @@ BEGIN { - if ( $ENV{'PERL_CORE'} && $] >= 5.011) { - 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/cpan/Encode/t/guess.t b/cpan/Encode/t/guess.t index 514ecac7b4..37ddd5a0b1 100644 --- a/cpan/Encode/t/guess.t +++ b/cpan/Encode/t/guess.t @@ -1,8 +1,4 @@ BEGIN { - if ( $ENV{'PERL_CORE'} && $] >= 5.011) { - 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/cpan/Encode/t/perlio.t b/cpan/Encode/t/perlio.t index 2dee60d132..e50dfa4d73 100644 --- a/cpan/Encode/t/perlio.t +++ b/cpan/Encode/t/perlio.t @@ -1,8 +1,4 @@ BEGIN { - if ( $ENV{'PERL_CORE'} && $] >= 5.011) { - chdir 't'; - unshift @INC, '../lib'; - } require Config; import Config; if ($Config{'extensions'} !~ /\bEncode\b/) { print "1..0 # Skip: Encode was not built\n"; |