Hello wrkrbeee,

Since you’re running Strawberry Perl, you must be on Windows. Now, you should be aware that some modules run only on Unix-based systems, so before attempting an install it’s a good idea to check the CPAN Testers Matrix to see whether the module is Windows-friendly. For example, the Expect module’s Matrix shows that Expect does not install under Windows.

In other cases, a module which previously installed without problem will be released in a new version which fails one or more of its tests under Windows (but not on other platforms). In such cases, you may need to do some detective work to ascertain whether the problem is with the module itself or only with the tests. In the latter case, you can safely force-install the module.

I'm running an older version of Perl (5.14.2), perhaps a newer version would help? Where would I find a newer version?

Very likely a newer version of Perl will help. My best advice is to install one of the Strawberry Perl PortableZIP editions, which are available for download from http://strawberryperl.com/releases.html. You can have any number of these installed on your system at the same time, because they won’t interfere with each other or with the system Perl. Then you can try installing the problem modules and see if the newer Perl version solves the problem.

Hope that helps,

Athanasius <°(((><contra mundum Iustus alius egestas vitae, eros Piratica,


In reply to Re: CPANM installs fail by Athanasius
in thread CPANM installs fail by wrkrbeee

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.