O monks, I'm an activestate perl on windows user. The usual way to install stuff in this confi is ppm install Path-To-Package.

Sometimes though, this doesn't work, because the ppd hasn't been created for the package you want, or you don't know the url for adding the ppd.

In these cases you can do nmake/nmake test/nmake install... but that's a pain, especially if you have recursive dependencies.

I'm currently trying to install the hops demo for catalyst on windows, and the missing ppm packages for the stuff I need are turning this exercise into a bit of a PITA.

I am considering trying out perl -MCPAN as an alternative to ppm, but from previous experience I know this isn't plug and go. (Need to configure zip, gzip, for starters... and then what???)

Should I make the effort of getting perl -MCPAN to work for me, as Corion suggested MIGHT be a good idea earlier today... or will this lead me down the path of Madness, and I should just stick with good old ppm and nmake spells as a fallback.

Thanks for your wisdom!

By the way, the packages I am trying to install are

not ok 1 - use Bundle::Catalyst; not ok 8 - use Class::DBI::mysql; not ok 11 - use Class::DBI::Plugin::AbstractCount; not ok 12 - use Class::DBI::Plugin::Pager;
If anyone knows ppd urls for these guys, let me know.

In reply to perl -MCPAN on windows: Should I even try? by tphyahoo

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.