diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-08-25 17:50:26 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-08-27 12:46:15 +0200 |
commit | d658129cc035fd425485ba091d6100c10b32259a (patch) | |
tree | 932670384763680379feb7fb7762a82eab9e50f1 /MANIFEST | |
parent | d42858b2260168e53e8801235314a23dcb49dee0 (diff) | |
download | perl-d658129cc035fd425485ba091d6100c10b32259a.tar.gz |
Make pod2html a regular script without substitutions
This will make the CPAN dist easier. For the perl core, we still need
substitutions to get the right she-bang as we don't go through EU::MM to fix it
for us. For that, we add utils/pod2html.PL.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3606,8 +3606,8 @@ ext/PerlIO-via/hints/aix.pl Hint for PerlIO::via for named architecture ext/PerlIO-via/t/via.t See if PerlIO::via works ext/PerlIO-via/via.pm PerlIO layer for layers in perl ext/PerlIO-via/via.xs PerlIO layer for layers in perl +ext/Pod-Html/bin/pod2html Translator to turn pod into HTML ext/Pod-Html/lib/Pod/Html.pm Convert POD data to HTML -ext/Pod-Html/pod2html.PL Precursor for translator to turn pod into HTML ext/Pod-Html/t/htmlescp.pod pod2html escape test input data ext/Pod-Html/t/htmlescp.t pod2html escape test ext/Pod-Html/t/htmllink.pod pod2html link test input data @@ -5231,6 +5231,7 @@ utils/perldoc.PL A simple tool to find & display perl's documentation utils/perlivp.PL installation verification procedure utils/piconv.PL iconv(1), reinvented in perl utils/pl2pm.PL A pl to pm translator +utils/pod2html.PL Translator to turn pod into HTML utils/prove.PL The prove harness utility utils/ptardiff.PL The ptardiff utility utils/ptargrep.PL The ptargrep utility |