Subject: | 1.999725 fails for several perl versions |
The pattern seems to clear ( http://fast-matrix.cpantesters.org/?dist=Math-BigInt%201.999725 ):
it fails for perl >= 5.24 and perl between 5.10 and 5.16.
The CPAN Testers reports will be cropped (because exceeding the 1000k limit), so here's the failing part:
...
# Failed test 'the code "$z = 3.17 <= $y" issued no warning'
# at t/upgrade.inc line 217.
# got: ' (in cleanup) Can't call Math::BigFloat->DESTROY, not a valid method at t/upgrade.inc line 216.
# '
# expected: ''
# Failed test 'the code "$z = $y >= 3.17" issued no warning'
# at t/upgrade.inc line 222.
# got: ' (in cleanup) Can't call Math::BigFloat->DESTROY, not a valid method at (eval 2374) line 1.
# '
# expected: ''
# Looks like you failed 2 tests of 2126.
t/upgrade.t ....................................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2126 subtests
...