This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't delete html file produced, used for testing
authorMarc Green <marcgreen@cpan.org>
Tue, 7 Jun 2011 21:16:18 +0000 (17:16 -0400)
committerMarc Green <marcgreen@cpan.org>
Mon, 31 Oct 2011 17:26:39 +0000 (13:26 -0400)
ext/Pod-Html/t/pod2html-lib.pl

index 2259d45..0f39712 100644 (file)
@@ -53,7 +53,7 @@ sub convert_n_test {
     };
 
     # pod2html creates these
-    1 while unlink $outfile;
+#    1 while unlink $outfile;
     1 while unlink "pod2htmd.tmp";
     1 while unlink "pod2htmi.tmp";
 }