This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for numeric opts, gmg, and 64-bit ints
authorFather Chrysostomos <sprout@cpan.org>
Fri, 8 Jun 2012 06:40:55 +0000 (23:40 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 8 Jun 2012 06:51:14 +0000 (23:51 -0700)
pod/perldelta.pod

index ef200d9..1e7b26c 100644 (file)
@@ -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