On 3/7/07, Tels <[EMAIL PROTECTED]> wrote:
>     Module       Need Have
>     ------------ ---- ----
>     Math::BigInt 1.79 1.80
>     Test::More   0.47 0.67

So far so good.

> t/big_ap......ok
> t/bigfltrt....ok
> t/bigrat......Can't locate object method "_as_oct" via package
> "Math::BigInt::Calc" at ../lib/Math/BigRat.pm line 1319. dubious
>       Test returned status 255 (wstat 65280, 0xff00)

This looks like the test picked up an old Math::BigInt installation.

Do you know what BigInt is installed at the system?

CPAN::Reporter tries to find prerequisites in an environment similar
to what test scripts would find (assuming they don't mess with @INC).
If this is an old installation, yet CPAN::Reporter saw 1.80, then
there may be a bug in CPAN::Reporter too.  Please let me know how this
turns out.

David

Reply via email to