summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-16 16:10:28 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-16 16:11:04 -0700
commitca955addfd36c61985c1a4462ac43a9a3cf3104e (patch)
tree5eb4e8feed385f3e3ddb43a86331a05901203855
parentf653aab7358ff71e7eafe966400f09c6f4bf3ea6 (diff)
downloadperl-ca955addfd36c61985c1a4462ac43a9a3cf3104e.tar.gz
perldelta: Mention another thing fixed by 2fc49ef14c
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 542665b23f..77df186d8f 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -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".