This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
998753f
)
perldelta 7c6e7cf06853eef1d1b271077c402c5f8655fbe6
author
Zefram
<zefram@fysh.org>
Fri, 15 Dec 2017 01:16:14 +0000
(
01:16
+0000)
committer
Zefram
<zefram@fysh.org>
Fri, 15 Dec 2017 01:16:14 +0000
(
01:16
+0000)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
d24d6e9
..
99aac88
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-472,6
+472,13
@@
assigned to. [perl #130578]
=item *
+Lengthy hexadecimal, octal, or binary floating point literals no
+longer cause undefined behaviour when parsing digits that are of such
+low significance that they can't affect the floating point value.
+[perl #131894]
+
+=item *
+
C<open $$scalarref...> and similar invocations no longer leak the file
handle. [perl #115814]