projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3b1c21f
)
Can't test this without PerlIO.
Jarkko Hietaniemi [Tue, 4 Mar 2003 04:58:36 +0000 (
04:58
+0000)]
p4raw-id: //depot/perl@18821
t/uni/write.t
patch
|
blob
|
blame
|
history
diff --git
a/t/uni/write.t
b/t/uni/write.t
index
95c3bbb
..
1a7564d
100644
(file)
--- a/
t/uni/write.t
+++ b/
t/uni/write.t
@@
-5,6
+5,10
@@
BEGIN {
chdir 't' if -d 't';
@INC = qw(../lib .);
require "test.pl";
+ unless (PerlIO::Layer->find('perlio')){
+ print "1..0 # Skip: PerlIO required\n";
+ exit 0;
+ }
}
plan tests => 6;