From: Jesse Vincent Date: Mon, 16 Nov 2009 16:13:22 +0000 (-0500) Subject: Patches to Encode 2.38 to match current test layout X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=17bede5aef4d3e8265e4332c36f8bace338be70f;p=p5sagit%2Fp5-mst-13.2.git Patches to Encode 2.38 to match current test layout --- diff --git a/cpan/Encode/t/CJKT.t b/cpan/Encode/t/CJKT.t index 8866f75..1648b1e 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 514ecac..37ddd5a 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 2dee60d..e50dfa4 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";