From 2a7afa746140382bc9615f6d66ae6f04d3469e48 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 25 Jan 2012 15:30:05 +0100 Subject: [PATCH] Bump $Unicode::UCD::VERSION after commit c3e5bc54acca7110. --- lib/Unicode/UCD.pm | 2 +- pod/perldelta.pod | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.7.4