[perl #85476] Add tests to confirm fix of RT #49569.
authorPeter John Acklam <pjacklam@online.no>
Sat, 5 Mar 2011 22:38:36 +0000 (14:38 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 6 Mar 2011 01:16:20 +0000 (17:16 -0800)
commit02916adf982e17a20465ed6e7008686ec9499a1e
tree8c91fe960dc524310cc88efcfa0b725a44795602
parent6bd767fbea22eb93805d6b5257c8283931aac3db
[perl #85476] Add tests to confirm fix of RT #49569.

Confirm that numify() on a value that can be represented exactly as
a Perl scalar integer is not converted to a floating point number,
e.g., that it returns 18446744073709551615, not 1.84467440737096e+19.
dist/Math-BigInt/t/bare_mbi.t
dist/Math-BigInt/t/bigintpm.inc
dist/Math-BigInt/t/bigintpm.t
dist/Math-BigInt/t/sub_mbi.t