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:
38d77b7
)
perldelta for numeric opts, gmg, and 64-bit ints
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 8 Jun 2012 06:40:55 +0000
(23:40 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 8 Jun 2012 06:51:14 +0000
(23:51 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
ef200d9
..
1e7b26c
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-492,6
+492,12
@@
fixes. FETCH is only called once now on a tied argument or a tied C<$@>
no longer ignored. A tied C<$@> that happened to return a reference the
I<previous> time is was used is no longer ignored.
+=item *
+
+Numeric operators on magical variables (e.g., S<C<$1 + 1>>) used to use
+floating point operations even where integer operations were more appropriate, resulting in loss of accuracy on 64-bit platforms
+[perl #109542].
+
=back
=head1 Known Problems