From: Jarkko Hietaniemi Date: Tue, 19 Feb 2002 13:29:04 +0000 (+0000) Subject: The test requires perlio. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=87e4f210180fef5c43656dd9dd5f72e3a3e26b58;p=p5sagit%2Fp5-mst-13.2.git The test requires perlio. p4raw-id: //depot/perl@14767 --- diff --git a/ext/Encode/t/JP.t b/ext/Encode/t/JP.t index fef229b..2e38936 100644 --- a/ext/Encode/t/JP.t +++ b/ext/Encode/t/JP.t @@ -6,6 +6,10 @@ 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; + } $| = 1; } use strict;