summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2016-04-06 13:30:02 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-04-06 13:30:17 +0100
commit22d2b15c96491d86014525212b759c812beaee5b (patch)
tree483609b0bd5025e49f1856ee28e25237576b1641
parent344957d5a31c3d79d195b7877d4b51ac69c7cc6d (diff)
downloadperl-22d2b15c96491d86014525212b759c812beaee5b.tar.gz
Document eba98284740b799def26803ebac340aaa8930437
(cherry picked from commit 9857cc20fa16f8dd93813fbb8f839830d1a4fd51)
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 12841aae82..8712af869e 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -396,6 +396,12 @@ for the stash. [perl #126410]
Avoid parsing beyond the end of the buffer when processing a C<#line>
directive with no filename. [perl #127334]
+=item *
+
+Perl 5.22 added support to the C99 hexadecimal floating point notation,
+but sometimes misparses hex floats. This had been fixed.
+[perl #127183]
+
=back
=head1 Known Problems