need to be moved, since they are perlio-only...
p4raw-id: //depot/perl@15497
use warnings;
$Is_VMS = $^O eq 'VMS';
-plan tests => 107;
+plan tests => 106;
my $Perl = which_perl();
SKIP: {
local $TODO = "in-memory stdhandles not implemented yet";
- skip($TODO, 3);
-
# test in-memory open over STDOUT
open OLDOUT, ">&STDOUT" or die "cannot dup STDOUT: $!";
#close STDOUT;