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.12

  • Pod::Tree::PerlBin
  • ignore non-existant directories on $PATH
  • protect File::Find::find from empty directory list
  • Pod::Tree:PerlFunc
  • find the pod/ directory under either perl/ or perl/lib/ (Win32 issue)
  • Pod::Tree::PerlLib
  • increase default col_width to 30
  • Pod::Tree:PerlTop
  • find the pod/ directory under either perl/ or perl/lib/ (Win32 issue)
  • Pod::Tree:PerlUtil
  • clean up whitespace in module names and descriptions
  • pods2html
  • recursion check compares absolute paths instead of inodes (Win32 issue)
  • t/pods2html.t
  • use rmtree instead of system "rm -r" (Win32 issue)

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