From: Nicholas Clark Date: Wed, 25 Jan 2012 14:30:05 +0000 (+0100) Subject: Bump $Unicode::UCD::VERSION after commit c3e5bc54acca7110. X-Git-Tag: accepted/trunk/20130322.191538~967 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a7afa746140382bc9615f6d66ae6f04d3469e48;p=platform%2Fupstream%2Fperl.git Bump $Unicode::UCD::VERSION after commit c3e5bc54acca7110. --- 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 has been upgraded from version 1.824 to version 1.826. L has been upgraded from version 1.37 to version 1.51. +=item * + +L 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