We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f322e2d commit 1a12934Copy full SHA for 1a12934
pod/perldelta.pod
@@ -420,7 +420,13 @@ manager will later use a regex to expand these into links.
420
421
=item *
422
423
-XXX
+sort() optimizes common comparisons from calling the OP tree for a
424
+comparison block into a call to a C function. The C function used for
425
+overloaded numeric comparisons did not handle the case where there was
426
+no comparison overload but there was a numeric ("0+") overload
427
+correctly, losing precision for large overloaded integer arguments that
428
+are not exactly representable as a Perl floating point value (NV).
429
+[GH #23956]
430
431
=back
432
0 commit comments