From: Jarkko Hietaniemi Date: Sat, 15 Mar 2003 18:27:36 +0000 (+0000) Subject: Needs PerlIO for :bytes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=21d92c23f49d139d8bddefbab6f984eb17e12d43;p=p5sagit%2Fp5-mst-13.2.git Needs PerlIO for :bytes. p4raw-id: //depot/perl@18988 --- diff --git a/ext/Encode/t/CJKT.t b/ext/Encode/t/CJKT.t index 4ed1e47..b8c2222 100644 --- a/ext/Encode/t/CJKT.t +++ b/ext/Encode/t/CJKT.t @@ -12,11 +12,10 @@ BEGIN { print "1..0 # Skip: EBCDIC\n"; exit 0; } -# should work w/o PerlIO now! -# unless (PerlIO::Layer->find('perlio')){ -# print "1..0 # Skip: PerlIO required\n"; -# exit 0; -# } + unless (PerlIO::Layer->find('perlio')){ + print "1..0 # Skip: PerlIO required\n"; + exit 0; + } $| = 1; } use strict;