diff options
Diffstat (limited to 'cpan/Encode/t/enc_eucjp.t')
-rw-r--r-- | cpan/Encode/t/enc_eucjp.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpan/Encode/t/enc_eucjp.t b/cpan/Encode/t/enc_eucjp.t index 96e466ddb0..7c78a68ee9 100644 --- a/cpan/Encode/t/enc_eucjp.t +++ b/cpan/Encode/t/enc_eucjp.t @@ -2,8 +2,6 @@ # This is the twin of enc_utf8.t . BEGIN { - print "1..0 # Skip: 'use encoding' has been removed\n"; - exit 0; require Config; import Config; if ($Config{'extensions'} !~ /\bEncode\b/) { print "1..0 # Skip: Encode was not built\n"; |