summaryrefslogtreecommitdiff
path: root/lib/Pod
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-06-12 17:22:22 +0100
committerDavid Mitchell <davem@iabyn.com>2009-06-12 17:22:22 +0100
commitbf5dc52173540034577eae35db5932c6f2b97b84 (patch)
tree4f79e055da4d48fc0a934374a2f215842babd843 /lib/Pod
parent66c07212276757460200422a756a3fc5b7c72eca (diff)
downloadperl-bf5dc52173540034577eae35db5932c6f2b97b84.tar.gz
sync lib/Pod/Simple/ChangeLog with CPAN
Diffstat (limited to 'lib/Pod')
-rw-r--r--lib/Pod/Simple/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/Pod/Simple/ChangeLog b/lib/Pod/Simple/ChangeLog
index c0c0e4adae..8c1e1d7b92 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 <allison@perl.org>
+ * Release 3.07
+
+ Fix module dependencies, make HTML::Entities optional and require
+ Test::More.
+
+2008-06-03 Allison Randal <allison@perl.org>
+ * 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<URL> 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 <allison@perl.org>
* Release 3.05