Well, a peek into the source as I have it doesn't seem to show that M::BI::N needs any particular version of M::BI and also, in my case:

C:\>perl -MMath::BigInt=9999 Math::BigInt version 9999 required--this is only version 1.87 at C:/Pr +ogrammi/Pe rl/lib/Exporter/Heavy.pm line 121. BEGIN failed--compilation aborted.

OTOH

C:\>perl -MMath::BigInt -e "Math::BigInt->new(42)" Math::BigInt::FastCalc is missing method '_from_oct' at -e line 0 Cannot load outdated Math::BigInt::FastCalc v0.10, please upgrade at - +e line 0

So I'd better upgrade anyway. This still doesn't explain why the new() method can't be found...

Update: I upgraded Math::BigInt::FastCalc and the problem with M::BI went away. That with M::BI::N stays though.


In reply to Re^2: Problem with Math::BigInt::Named by blazar
in thread Problem with Math::BigInt::Named by blazar

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.