Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: felipe [...] felipegasper.com
Cc:
AdminCc:

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



Subject: missing methods?
Date: Tue, 20 Dec 2016 13:39:40 -0500
To: bug-math-bigint-fastcalc [...] rt.cpan.org
From: Felipe Gasper <felipe [...] felipegasper.com>
http://www.cpantesters.org/cpan/report/a03dce70-c698-11e6-a1ce-1a99c671d6e6 ^^ The above test run shows a case of missing _as_bytes() and _from_bytes() methods. Does Math::BigInt::Calc need a tweak to its fallback logic to accommodate older versions of FastCalc? -FG
- Makefile.PL for Math-BigInt now warns if the backend library is too old to support some of the new methods. - If the new methods are called, Math::BigInt dies with a message telling that the backend library needs to be updated to support the new methods.