Revision history for Perl extension Pod::HtmlEasy.
1.0102 2008-05-28
- Change literal /usr/bin/perl to $EXECUTABLE_NAME to overcome
seemingly random CPAN test failures.
1.0101 2008-05-23
- Add IPC::Run to Makefile.PL
1.0100 2008-05-21
- Release to CPAN. This is the last release to say "use 5.006002".
Subsequent releases will support 5.10 and subsequent. If anyone
has a serious problem with this, email the Maintainer.
1.0005 2008-05-13
- Fix errors in =begin/=end processing.
- Add "output" option; optional second arg support removed
1.0004 2008-04-27
- Silently ignore =begin or =end without command
1.0003 2008-04-14
- Support absent file parameter to imply STDIN
1.0002 2008-04-08
- Support "-" as file parameter, meaning read from STDIN
- Related changes to test suite
- Correct text returned by Data::podon
- Replace "touch" in test options.t with explicit create; n/a in Windoze
1.0001 2008-02-15
- Use Exporter::Easy to provide a usage that satisfies perl 5.6.2
1.0000 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 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.
0.0914 2008-01-15
- Set Perl version. Tests OK in 5.6.2
0.0913 2007-12-28
- Fix Readonly syntax.
0.0912 2007-12-25
- Fix [#31784] again. Misinterpreted intent of option.
Hat tip to ITO Nobuaki.
0.0911 2007-12-24
- Fix [#31784].