debugging tool (set $ENV{PERL_3LOG} to non-zero)
TODO: Document the use of Third Degree.
p4raw-id: //depot/perl@9210
}
}
close RESULTS;
+ if ($ENV{PERL_3LOG}) {
+ my $tpp = $test;
+ $tpp =~ s:/:_:g;
+ $tpp =~ s:\.t$::;
+ rename("perl.3log", "perl.3log.$tpp");
+ }
$next = $next - 1;
if ($ok && $next == $max) {
if ($max) {