This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The in-memory files require PerlIO::scalar.
[perl5.git] / lib / perl5db / dumpvar.t
index 74fb1f9..4530c3b 100644 (file)
@@ -3,6 +3,10 @@
 BEGIN {
     chdir 't' if -d 't';
     @INC = '../lib';
+    unless (find PerlIO::Layer 'perlio') { # PerlIO::scalar
+       print "1..0 # Skip: not perlio\n";
+       exit 0;
+    }
 }
 
 use strict;