Skip Menu |

This queue is for tickets about the Math-BigInt CPAN distribution.

Report information
The Basics
Id: 116123
Status: resolved
Priority: 0/
Queue: Math-BigInt

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.999726



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 ...
Thanks for the report. I didn't see any of this during my testing. I don't yet know what causes this, but I will look into it.
I am now able to reproduce this with some Perl versions I didn't use during development and testing. That will make it a lot easier to find the error.