The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.003000 - 2022-07-12

  • add Pod::Simple::Role::XHTML::WithHighlightConfig role, to allow pod to provide hints for syntax highlighting of verbatim sections
  • fix stripping indentation from verbatim blocks to not always convert tabs to spaces
  • enable the anchor_items option by default
  • split roles to provide more precise link targets and to add additional compatibility targets
  • prepare for compatibility with future Pod::Simple releases that will fix the encoding of ids and link targets
  • add additional link targets after processing the entire file, rather than part way through. this will prevent the extra targets from taking priority over later headings.
  • various internal refactorings

Modules

Format Pod as HTML for MetaCPAN
Strip indentation from verbatim sections sanely
Repair encoding of section links
Use more accurate link targets
Include errata in HTML output
Add additional useful link targets
Map module links to alternate URLs
Post process entire output from XHTML conversion