perldelta for a42d024
authorFather Chrysostomos <sprout@cpan.org>
Fri, 17 Dec 2010 06:23:42 +0000 (22:23 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 17 Dec 2010 06:23:42 +0000 (22:23 -0800)
pod/perldelta.pod

index 83cb226..ca039c8 100644 (file)
@@ -1,7 +1,7 @@
 =encoding utf8
 
 =for comment
-This has been completed up to 8e720305, except for:
+This has been completed up to a42d024, except for:
 d9a4b459f94297889956ac3adc42707365f274c2
 bf5522a13a381257966e7ed6b731195a873b153e
 9cef83062267e94311e1fd8744396e440642738e
@@ -698,6 +698,12 @@ L<[perl #80622]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=80622>.
 
 This was due to a bug in the perl core, not in C<B> itself.
 
+=item *
+
+Some numeric operators were converting integers to floating point,
+resulting in loss of precision on 64-bit platforms
+L<[perl #77456]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=77456>.
+
 =back
 
 =head1 Known Problems