The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.09

  • Makefile.PL
  • traded in ABSTRACT for ABSTRACT_FROM
  • Pod::Tree::Node
  • recoded _unescape_text to use Pod::Escapes
  • expand the HTTP domain to include e.g. mailto:
  • Pod::Tree::Pod
  • changed _escape to handle non-ASCII chars
  • Pod::Tree::PerlUtils
  • Handle module names that contain dashes
  • Pod::Tree::HTML
  • Handle PODs that have "name--description" with multiple dashes
  • Change default bgcolor to white
  • added css => $url option
  • perl2html
  • traded in hard-coded /:/ for /$Config{path_sep}/
  • pod2html
  • added -css URL option
  • pods2html
  • added -css URL option
  • fixed recursion check on Win32
  • t/pod2html.d t/pod2html.t
  • created
  • t/pods2html.t
  • enable some tests on Win32
  • wrote RDiff() to ignore CVS directories

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