(made scope of %toto too narrow)
p4raw-id: //depot/perl@24392
my $seen_ok = 0;
my $trailing_leader = 0;
my $max;
+ my %todo;
while (<RESULTS>) {
next if /^\s*$/; # skip blank lines
if ($::verbose) {
print $_;
}
unless (/^\#/) {
- my %todo;
if ($trailing_leader) {
# shouldn't be anything following a postfix 1..n
$failure = 'extra output after trailing 1..n';