Bump $Unicode::UCD::VERSION after commit c3e5bc54acca7110.
authorNicholas Clark <nick@ccl4.org>
Wed, 25 Jan 2012 14:30:05 +0000 (15:30 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 25 Jan 2012 14:31:10 +0000 (15:31 +0100)
lib/Unicode/UCD.pm
pod/perldelta.pod

index 6a966f7..0bc6d45 100644 (file)
@@ -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);
 
index bff6b17..ecd7fac 100644 (file)
@@ -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