diff options
author | Marc Green <marcgreen@cpan.org> | 2011-06-29 15:25:34 -0400 |
---|---|---|
committer | Marc Green <marcgreen@cpan.org> | 2011-10-31 13:26:42 -0400 |
commit | 3eecff6713400b5a72170e2d2d4c27d5ffed68b9 (patch) | |
tree | f33325ce61a5971d19b4171f33625bb07c534777 /ext/Pod-Html | |
parent | e8f492aff8936e04bf96de5d7f279fded6bca9c2 (diff) | |
download | perl-3eecff6713400b5a72170e2d2d4c27d5ffed68b9.tar.gz |
Remove unneeded code
Diffstat (limited to 'ext/Pod-Html')
-rw-r--r-- | ext/Pod-Html/t/pod2html-lib.pl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/Pod-Html/t/pod2html-lib.pl b/ext/Pod-Html/t/pod2html-lib.pl index 5b49700865..c3e284a28d 100644 --- a/ext/Pod-Html/t/pod2html-lib.pl +++ b/ext/Pod-Html/t/pod2html-lib.pl @@ -2,7 +2,6 @@ require Cwd; require Pod::Html; require Config; use File::Spec::Functions; -use 5.14.0; sub convert_n_test { my($podfile, $testname, @p2h_args) = @_; @@ -63,9 +62,7 @@ sub convert_n_test { }; # pod2html creates these -# 1 while unlink $outfile; - 1 while unlink "pod2htmd.tmp"; - 1 while unlink "pod2htmi.tmp"; + 1 while unlink $outfile; } 1; |