summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2017-05-23 15:43:04 +1000
committerTony Cook <tony@develop-help.com>2017-05-23 15:43:04 +1000
commit03c6d75f83a3383cc1455f914e14365fc964924f (patch)
treeac2dc8a4d7b358fad7f9d1ac4064152acb94ad48
parenta3a9a3d2375cd438b807eb1e1d5b49e1e9bcef3b (diff)
downloadperl-03c6d75f83a3383cc1455f914e14365fc964924f.tar.gz
perldelta: re-word the entry for 130335
-rw-r--r--pod/perldelta.pod6
1 files changed, 4 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c57922cad4..5e3f65468c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -2503,8 +2503,10 @@ L<[perl #129125]|https://rt.perl.org/Public/Bug/Display.html?id=129125>
=item *
-Fix a problem with sort's build-in compare, where it would not sort
-correctly with 64-bit integers, and non-long doubles.
+The L<sort()|perlfunc/sort> operator's built-in numeric comparison
+function didn't handle large integers that weren't exactly
+representable by a double. This now uses the same code used to
+implement the C<< <=> >> operator.
L<[perl #130335]|https://rt.perl.org/Public/Bug/Display.html?id=130335>
=item *