From: David Mitchell Date: Fri, 12 Jun 2009 16:22:22 +0000 (+0100) Subject: sync lib/Pod/Simple/ChangeLog with CPAN X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bf5dc52173540034577eae35db5932c6f2b97b84;p=p5sagit%2Fp5-mst-13.2.git sync lib/Pod/Simple/ChangeLog with CPAN --- diff --git a/lib/Pod/Simple/ChangeLog b/lib/Pod/Simple/ChangeLog index c0c0e4a..8c1e1d7 100644 --- a/lib/Pod/Simple/ChangeLog +++ b/lib/Pod/Simple/ChangeLog @@ -1,6 +1,35 @@ # ChangeLog for Pod::Simple dist #--------------------------------------------------------------------------- +2008-06-04 Allison Randal + * Release 3.07 + + Fix module dependencies, make HTML::Entities optional and require + Test::More. + +2008-06-03 Allison Randal + * Release 3.06 + + Fix bugs related to passing $1 to File::Spec, reported by Andrew Hamlin and + John McNamara. + + Applied a suggested fix from Kevin Ryde to return a successful exit + code when Pod::Simple::HTML is run from the command line. + + Fix handling of complex L entries, thanks to tests supplied in RT#4896. + + Fix incorrect handling of S<> entries made up of entirely whitespace, thanks + to test case from Andreas Koenig. + + Launch Pod::Simple::XHTML, an XHTML compliant, more easily extensible + HTML formatter. + + Add feature to parse additional text after =begin target as a block + title, requested by Adam Kennedy. + + Thanks to Hans Dieter Pearcey for applying patches, resolving bugs, + and generally getting ready for the release. + 2007-03-03 Allison Randal * Release 3.05