Change 14767 by jhi@alpha on 2002/02/19 13:29:04

        The test requires perlio.

Affected files ...

.... //depot/perl/ext/Encode/t/JP.t#3 edit

Differences ...

==== //depot/perl/ext/Encode/t/JP.t#3 (text) ====
Index: perl/ext/Encode/t/JP.t
--- perl/ext/Encode/t/JP.t.~1~  Tue Feb 19 06:45:06 2002
+++ perl/ext/Encode/t/JP.t      Tue Feb 19 06:45:06 2002
@@ -6,6 +6,10 @@
       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;
End of Patch.

Reply via email to