diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-11-16 11:13:22 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-11-16 11:13:22 -0500 |
commit | 17bede5aef4d3e8265e4332c36f8bace338be70f (patch) | |
tree | c8de216b32b18ce3a8a50af385ff6832cdab556c /cpan | |
parent | b2deda172989adc48a591cc4a4c1a88918c73105 (diff) | |
download | perl-17bede5aef4d3e8265e4332c36f8bace338be70f.tar.gz |
Patches to Encode 2.38 to match current test layout
Diffstat (limited to 'cpan')
-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"; |