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:
b6108eb
)
perldelta bff3de19b083d33895fc03f7d7d092e5830547a5
author
Zefram
<zefram@fysh.org>
Fri, 15 Dec 2017 01:29:23 +0000
(
01:29
+0000)
committer
Zefram
<zefram@fysh.org>
Fri, 15 Dec 2017 01:29:23 +0000
(
01:29
+0000)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
e1992b4
..
2a9a810
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-476,6
+476,12
@@
XXX
=item *
+Digits past the radix point in octal and binary floating point literals
+now have the correct weight on platforms where a floating point
+significand doesn't fit into an integer type.
+
+=item *
+
The canonical truth value no longer has a spurious special meaning as
a callable. It used to be a magic placeholder for a missing C<import>
or C<unimport> method. It is now treated like any other string C<1>.