summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-11-16 11:13:22 -0500
committerJesse Vincent <jesse@bestpractical.com>2009-11-16 11:13:22 -0500
commit17bede5aef4d3e8265e4332c36f8bace338be70f (patch)
treec8de216b32b18ce3a8a50af385ff6832cdab556c /cpan
parentb2deda172989adc48a591cc4a4c1a88918c73105 (diff)
downloadperl-17bede5aef4d3e8265e4332c36f8bace338be70f.tar.gz
Patches to Encode 2.38 to match current test layout
Diffstat (limited to 'cpan')
-rw-r--r--cpan/Encode/t/CJKT.t4
-rw-r--r--cpan/Encode/t/guess.t4
-rw-r--r--cpan/Encode/t/perlio.t4
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";