In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/995657526623d5b0b356d4ef56684807399b1c88?hp=db396eb2bfb2bbdad4d1510f9c09abd029ed6759>
- Log ----------------------------------------------------------------- commit 995657526623d5b0b356d4ef56684807399b1c88 Author: Nicholas Clark <[email protected]> Date: Mon Jun 4 21:27:58 2012 +0200 Bump $Pod::Html::VERSION to reflect the changes of commit 978af2c644ee9abf. ----------------------------------------------------------------------- Summary of changes: ext/Pod-Html/lib/Pod/Html.pm | 2 +- pod/perldelta.pod | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/ext/Pod-Html/lib/Pod/Html.pm b/ext/Pod-Html/lib/Pod/Html.pm index 2da6ac0..c789522 100644 --- a/ext/Pod-Html/lib/Pod/Html.pm +++ b/ext/Pod-Html/lib/Pod/Html.pm @@ -3,7 +3,7 @@ use strict; require Exporter; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); -$VERSION = 1.15_02; +$VERSION = 1.16; @ISA = qw(Exporter); @EXPORT = qw(pod2html htmlify); @EXPORT_OK = qw(anchorify); diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4f3483e..75cc98c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -115,6 +115,13 @@ C<sync()> can now be called on read only file handles [perl #64772]. =item * +L<Pod::Html> has been upgraded from version 1.15_02 to 1.16. + +The option C<--libpods> has been re-instated. It is deprecated, and its use +does nothing other than issue a warning that it is no longer supported. + +=item * + L<Unicode::UCD> has been upgraded from version 0.43 to version 0.44. This adds a function L<all_casefolds()|Unicode::UCD/all_casefolds()> that returns all the casefolds. -- Perl5 Master Repository
