Subject: | Release 1.88? |
This is sort of a bug. I've hit a bug in 5.8.8/1.87 that doesn't appear
in 5.10.0/1.88. Could you release 1.88 in a separate distribution so I
can upgrade 1.88? Thanks.
$ perl -wle 'use Test::More tests => 2; use Math::BigInt; $bigint =
Math::BigInt->new(9048704); $bigint += Math::BigInt->new("3270000000");
ok $bigint == 3279048704; ok $bigint eq "3279048704";'
1..2
not ok 1
# Failed test at -e line 1.
ok 2
$ perl5.10.0 -wle 'use Test::More tests => 2; use Math::BigInt;
$bigint = Math::BigInt->new(9048704); $bigint +=
Math::BigInt->new("3270000000"); ok $bigint == 3279048704; ok $bigint
eq "3279048704";'
1..2
ok 1
ok 2