In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2a7afa746140382bc9615f6d66ae6f04d3469e48?hp=00930d57002074c5f106f27d221b13e26f23dd31>
- Log ----------------------------------------------------------------- commit 2a7afa746140382bc9615f6d66ae6f04d3469e48 Author: Nicholas Clark <[email protected]> Date: Wed Jan 25 15:30:05 2012 +0100 Bump $Unicode::UCD::VERSION after commit c3e5bc54acca7110. ----------------------------------------------------------------------- Summary of changes: lib/Unicode/UCD.pm | 2 +- pod/perldelta.pod | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm index 6a966f7..0bc6d45 100644 --- a/lib/Unicode/UCD.pm +++ b/lib/Unicode/UCD.pm @@ -6,7 +6,7 @@ no warnings 'surrogate'; # surrogates can be inputs to this use charnames (); use Unicode::Normalize qw(getCombinClass NFD); -our $VERSION = '0.39'; +our $VERSION = '0.40'; use Storable qw(dclone); diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bff6b17..ecd7fac 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -119,6 +119,12 @@ L<DB_File> has been upgraded from version 1.824 to version 1.826. L<Pod::Parser> has been upgraded from version 1.37 to version 1.51. +=item * + +L<Unicode::UCD> has been upgraded from version 0.39 to 0.40. + +The only change is to fix a formatting error in the Pod. + =back =head2 Removed Modules and Pragmata -- Perl5 Master Repository
