Revision history for Perl extension Pod::HtmlEasy.
1.0100 2008-05-31
- 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<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.
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]. </body> appears if -only_content selected.
0.091 2007-04-03
- Updated dependencies in Makefile.PL. No change to package version.
0.09 2007-04-01
- Subject code to perltidy and perlcritic.
- Refactor to deal with perlcritic criticism.
- Re-write link processing for efficiency
- Remove code that caused L<...> and E<...> to be interpolated
in verbatim paragraphs.
- Add head1 processing to extract title
- Add preprocessing to extract VERSION and PACKAGE
0.08_03 2006-11-13
- Make value of $VERSION a floating-point number
0.08_02 2006-11-12
- Fix [21646]
0.08_01 2006-09-25
- Changes made by GLEACH
- Minor cleanup in test.pl
- Replaced test/1.simple.html; S<> formatting was incorrect.
- Updated test/2.graphic.pod; source of test file, made it a jpg
- Added test/graphic-file.jpg
- Added test/3.bugs.pod
- podhtmleasy.pl: added shebang and fixed warnings. [6062]
- HtmlEasy.pm fixed warnings [6062]
- HtmlEasy/Parser.pm fixed warnings [6062]
- Added support for X<...> [20078]
- Added support for =head4, =begin, =end
0.07 2004-10-10
- Fixed a minor bug when the input is '' and isn't file,
that make Pod::Parser to read from STDIN.
- Added option for basic_entities and common_entities at pod2html().
0.06 2004-05-09
- Fixed minor bug for argument _on_item that should be on_item. [6223]
0.05 2004-05-09
- Added support to =for [6064]
- Added support to =item * [6065]
0.04 2004-02-05
- Fixed some simple bugs.
- Added item on index.
0.03 2004-01-15
- Added EXE_FILES key to MakeFile.PL (forgot to put in 0.02 version).
0.02 2004-01-13
- Added script podhtmleasy.pl
- item titles, by default, are bold now.
- Added support for E<>, F<> [6065]
- Added option to extend the commands (=word) and formatters (X<>).
0.01 2004-01-11 19:07:08
- original version;