perldelta: Mention another thing fixed by 2fc49ef14c
authorFather Chrysostomos <sprout@cpan.org>
Sun, 16 Oct 2011 23:10:28 +0000 (16:10 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 16 Oct 2011 23:11:04 +0000 (16:11 -0700)
pod/perldelta.pod

index 542665b..77df186 100644 (file)
@@ -686,6 +686,11 @@ stopped working in 5.10.0.
 
 =item *
 
+C<sort> with a constant for a custom sort routine, although it produces
+unsorted results, no longer crashes.  It started crashing in 5.10.0.
+
+=item *
+
 Warnings produced when a custom sort routine returns a non-numeric value
 now contain "in sort"; e.g., "Use of uninitialized value in sort".