so it's reported by the test harness
p4raw-id: //depot/perl@22076
write;
$test++;
print $- == 9
- ? "ok $test\n" : "not ok $test # TODO \$- = $- instead of 9\n";
+ ? "ok $test # TODO\n" : "not ok $test # TODO \$- = $- instead of 9\n";
$test++;
print $^ ne "Comment_TOP"
? "ok $test\n" : "not ok $test\n# \$^ = $^ instead of 'STDOUT_TOP'\n";