Dear monks,

I am working on Win7 with ActivePerl.Sometimes, I search for a module on CPAN, and found some good stuffs, then I want to install it.

Then I start ppm, and sometimes, the module I want just not on the list. I might guess, maybe I didn't have the repositories from a site that carrying that particular module, for this part, I have added bunch of them now, but still that happen the module not on the list.

Now I will try cpan TheModule... this trick will always have the module I wanted, but after a long long screen scrolled, it just tell me failed to install. In fact, I never have any successful installation of module via CPAN when I am using ActivePerl (but my gcc compiler, nmake etc are just all fine).

So, according to your experience, could you tell is this because the module is not for Windows ? or that module is not for ActivePerl ? or I missed something else ? And.. is that anyway I can know if a module only for particular OS on the CPAN site ( or view source of that module ) ?


In reply to How to know if a module is for windows or linux ? by exilepanda

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.