perldelta - Note upgrades to Encode and ExtUtils::ParseXS
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 29 Aug 2013 21:12:31 +0000 (22:12 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 29 Aug 2013 21:14:38 +0000 (22:14 +0100)
pod/perldelta.pod

index 722abf4..ab265e4 100644 (file)
@@ -184,6 +184,13 @@ DL_UNLOAD_ALL_AT_EXIT defined.
 
 =item *
 
+L<Encode> has been upgraded from version 2.52 to 2.54.
+
+An erroneous early return in C<decode_utf8> has been removed, and a bug in
+C<_utf8_on> under COW has been fixed.
+
+=item *
+
 L<ExtUtils::MakeMaker> has been upgraded from version 6.72 to 6.74.
 
 Numerous updates and bug fixes are incorporated.  See the F<Changes> file for
@@ -191,6 +198,13 @@ full details.
 
 =item *
 
+L<ExtUtils::ParseXS> has been upgraded from version 3.21 to 3.22.
+
+No changes have been made other than the version bump to keep in sync with the
+latest CPAN release.
+
+=item *
+
 L<File::Glob> has been upgraded from version 1.20 to 1.21.
 
 C<glob()> now warns in the context of C<use warnings "syscalls";> if