I'm looking through the IO::* tests (ext/IO/lib/IO/t/*.t) and I'm
seeing a lot of this sort of thing:
if ($Config{'extensions'} !~ /\bIO\b/ && $^O ne 'VMS') {
print "1..0\n";
exit 0;
}
Basically, "Only run this test if IO was built OR if we're on VMS".
Was there some point in vmsperl history that IO was built yet wasn't
in $Config{extensions}? Because it's there now, and I can't see a
need anymore for the "$^O ne 'VMS'" check.
--
Michael G. Schwern <[EMAIL PROTECTED]> http://www.pobox.com/~schwern/
Perl6 Quality Assurance <[EMAIL PROTECTED]> Kwalitee Is Job One
I have this god-awful need to aquire useless crap!!!