Message-ID: <
3CA27C59.4020209@stason.org>
Temp file cleanup.
p4raw-id: //depot/perl@15567
open my $in, $outfile or die "cannot open $outfile: $!";
my $result = <$in>;
close $in;
+ 1 while unlink $outfile;
is($expect, $result, $testname);
-
+ # pod2html creates these
+ 1 while unlink "pod2htmd.x~~";
+ 1 while unlink "pod2htmi.x~~";
}
1;