p4raw-id: //depot/perl@26100
print "1..0 # Skip -- Perl configured without B module\n";
exit 0;
}
+ unless ($Config::Config{useperlio}) {
+ print "1..0 # Skip -- Perl configured without perlio\n";
+ exit 0;
+ }
}
use Getopt::Std;
SKIP: {
# tests output to GLOB, using perlio feature directly
- skip "no perlio on this build", 122
+ skip "no perlio on this build", 127
unless $Config::Config{useperlio};
set_style_standard('concise'); # MUST CALL before output needed