projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7956ade
)
If no PerlIO, no PerlIO::via.
Jarkko Hietaniemi [Wed, 10 Jul 2002 03:58:58 +0000 (
03:58
+0000)]
p4raw-id: //depot/perl@17460
lib/PerlIO/via/t/QuotedPrint.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/PerlIO/via/t/QuotedPrint.t
b/lib/PerlIO/via/t/QuotedPrint.t
index
c1367c0
..
9b2587c
100644
(file)
--- a/
lib/PerlIO/via/t/QuotedPrint.t
+++ b/
lib/PerlIO/via/t/QuotedPrint.t
@@
-5,6
+5,10
@@
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
}
+ unless (find PerlIO::Layer 'perlio') {
+ print "1..0 # Skip: PerlIO not used\n";
+ exit 0;
+ }
}
use Test::More tests => 11;