projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f653aab
)
perldelta: Mention another thing fixed by 2fc49ef14c
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 16 Oct 2011 23:10:28 +0000
(16:10 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 16 Oct 2011 23:11:04 +0000
(16:11 -0700)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
542665b
..
77df186
100644
(file)
--- 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".