projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
29e9892
)
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
patch
|
blob
|
blame
|
history
diff --git
a/ext/Encode/t/JP.t
b/ext/Encode/t/JP.t
index
fef229b
..
2e38936
100644
(file)
--- 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;