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.000 - 2008-02-14

  • Many changes, but here are some of them
  • Cleaned up default css. It just defines what's needed.
  • Rewrote index/toc generation; badly-managed tree replaced by simple list, as the order is established by order in the POD.
  • Workaround for issue with Regexp::Common, RT #32489, handling of %xx
  • Squeeze multiple spaces/tabs out of =item and =head search targets so that L<foo bar> finds =head1 foo bar
  • Repaired handling of DOS-format text file EOL (\n\r)
  • Introduced use of version.pm
  • Fixed: URL in verbatim text not displayed
  • Fixed: =item * implies use of following text as item label
  • Fixed: =item * foo => use foo as item label, without *
  • Re-wrote test suite. Data.pm here mirroirs HtmlEasy/Data.pm to catch errors in static output.
  • Removed support for "=include". Not mentioned by perlpodspec.
  • Added HtmlEasy/Data.pm in order to make the static output of POD conversion available to the test suite.
  • Removed TieHandler.pm. Conversion output now goes directly to a list variable.

Modules

Generate personalized HTML from PODs.

Provides

in lib/Pod/HtmlEasy/Data.pm
in lib/Pod/HtmlEasy/Parser.pm