The test requires perlio.
Jarkko Hietaniemi [Tue, 19 Feb 2002 13:29:04 +0000 (13:29 +0000)]
p4raw-id: //depot/perl@14767

ext/Encode/t/JP.t

index fef229b..2e38936 100644 (file)
@@ -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;