perldelta - Correct sort order of upgraded modules
authorSteve Hay <steve.m.hay@googlemail.com>
Sat, 19 Oct 2013 22:24:15 +0000 (23:24 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Sat, 19 Oct 2013 22:24:15 +0000 (23:24 +0100)
pod/perldelta.pod

index 3eb5e33..5fd427f 100644 (file)
@@ -260,13 +260,6 @@ The documentation of C<alarm> and C<_handle> has been updated.
 
 =item *
 
-L<Unicode::UCD> has been upgraded from version 0.54 to 0.55.
-
-An internals-only change has been made to handle changes in format within some
-character database tables.
-
-=item *
-
 L<Unicode::Normalize> has been upgraded from version 1.16 to 1.17.
 
 The module now C<die>s if it cannot get Unicode code points using C<unpack>.
@@ -275,6 +268,13 @@ using C<pack>.)
 
 =item *
 
+L<Unicode::UCD> has been upgraded from version 0.54 to 0.55.
+
+An internals-only change has been made to handle changes in format within some
+character database tables.
+
+=item *
+
 L<warnings> has been upgraded from version 1.19 to 1.20.
 
 The new warnings category C<experimental::postderef> has been added.