diff options
Diffstat (limited to 'ext/Encode/t/TW.t')
-rw-r--r-- | ext/Encode/t/TW.t | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/Encode/t/TW.t b/ext/Encode/t/TW.t index a51017abd5..5ce2c41156 100644 --- a/ext/Encode/t/TW.t +++ b/ext/Encode/t/TW.t @@ -8,10 +8,6 @@ BEGIN { print "1..0 # Skip: Encode was not built\n"; exit 0; } - unless (find PerlIO::Layer 'perlio') { - print "1..0 # Skip: PerlIO was not built\n"; - exit 0; - } if (ord("A") == 193) { print "1..0 # Skip: EBCDIC\n"; exit 0; |