Changes for version 1.11
- Pod::Tree
- recognize blank lines per perlpodspec
- added support for =head3 and =head4 commands
- recognize \n, \r, \r\n line endings
- separate paragraphs on blank (/^\s*$/) lines
- Pod::Tree::HTML
- added support for =head3 and =head4 commands
- expose the emit_toc and emit_body methods
- drop the </li> tags in the TOC. It was the easiest way to fix the nesting problem.
- added { empty => 1 } option
- Pod::Tree::Node
- added support for =head3 and =head4 commands
- consolidate consecutive verbatim paragraphs
- pods2html
- added --module option
- get depth from module name, not file path
- added --empty option
- t/pod2html.t t/pods2html.t
- invoke $Config{perlpath}, not 'perl'
- GENERAL
- Set default BGCOLOR to ffffff
- Removed all the use 5.x; require 5.x statements
- reviewed all the copyright notices
Documentation
generate Perl documentation in HTML
translate a POD to HTML
translate a tree of PODs to HTML
Modules
Create a static syntax tree for a POD
Generate HTML from a Pod::Tree
nodes in a Pod::Tree
translate program PODs to HTML
translate Perl distribution documentation to HTML
translate perlfunc.pod to HTML
translate module PODs to HTML
map names to URLs
translate Perl PODs to HTML
generate a top-level index for Perl PODs
Convert a Pod::Tree back to a POD
Provides
in lib/Pod/Tree/HTML.pm
in lib/Pod/Tree/PerlTop.pm
in lib/Pod/Tree/PerlUtil.pm
in Tree.pm