I downloaded it, and extracted it into C:/perl/lib/Win32-IE-Mechanize-0.009

It doesn't really matter, but it's better to extract to some directory that's outside your perl tree - say C:/my_build/Win32-IE-Mechanize-0.009 for example.

Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::FastCalc at C:/Perl/lib/Win32API/File.pm line 20

That's merely a warning - it's harmless and you can safely ignore it. It comes from a bug in that particular version of Win32API::File, and that particular version of Win32API::File was included by mistake in build 1003 of ActivePerl. Afaik, other builds of ActivePerl are unaffected, as also will be future builds.

For mine, the only worry about what you have done is the failing tests - perhaps they're just the result of your firewall. (If you now run the test scripts individually as normal perl scripts, you'll probably get some verbose error messages that tell you precisely what is failing.) Other than that, just start using the module and see how it goes.

Cheers,
Rob

In reply to Re: Installing Modules on Windows by syphilis
in thread Installing Modules on Windows by xgamma

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.