summaryrefslogtreecommitdiff
path: root/ext/Encode
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-19 13:29:04 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-19 13:29:04 +0000
commit87e4f210180fef5c43656dd9dd5f72e3a3e26b58 (patch)
tree16f8279a9c9e4f4ab936152f21ad167c019ec67a /ext/Encode
parent29e98929de1623a89e4e1ce014ab6fd018ad3038 (diff)
downloadperl-87e4f210180fef5c43656dd9dd5f72e3a3e26b58.tar.gz
The test requires perlio.
p4raw-id: //depot/perl@14767
Diffstat (limited to 'ext/Encode')
-rw-r--r--ext/Encode/t/JP.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/Encode/t/JP.t b/ext/Encode/t/JP.t
index fef229b635..2e38936773 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;