diff options
-rw-r--r-- | lib/PerlIO/via/t/QuotedPrint.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/PerlIO/via/t/QuotedPrint.t b/lib/PerlIO/via/t/QuotedPrint.t index c1367c0412..9b2587c04a 100644 --- 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; |