summaryrefslogtreecommitdiff
path: root/ext/Pod-Html
diff options
context:
space:
mode:
authorMarc Green <marcgreen@cpan.org>2011-06-07 17:16:18 -0400
committerMarc Green <marcgreen@cpan.org>2011-10-31 13:26:39 -0400
commita5e8ccd3a47aacb3c106e9dafe89f4e0df8163c7 (patch)
treed2b4edd0566db23cf36236eb2bfdbef43782288a /ext/Pod-Html
parentf6e6d88193c7dc96bca0914c65e2e1e8f83c73e2 (diff)
downloadperl-a5e8ccd3a47aacb3c106e9dafe89f4e0df8163c7.tar.gz
Don't delete html file produced, used for testing
Diffstat (limited to 'ext/Pod-Html')
-rw-r--r--ext/Pod-Html/t/pod2html-lib.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Pod-Html/t/pod2html-lib.pl b/ext/Pod-Html/t/pod2html-lib.pl
index 2259d4528e..0f397120d6 100644
--- a/ext/Pod-Html/t/pod2html-lib.pl
+++ b/ext/Pod-Html/t/pod2html-lib.pl
@@ -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";
}