I am using ActiveState Perl 5.12.4
If you working with an ActiveState installation, I would not use the cpan shell unless you have to.

Depending upon the module, ActiveState may have done a lot of work past what you would get with cpan (that is definitely true on Windows!). If they have a pre-built installation (which may include binary code .so's, .dll's), use it!

It appears that there is a proxy issue here and they can be hard to resolve. The easy thing to do for a module in the Active State repository is to download the .ppd file. Then use the command line version of ppm (perl package manager) to install it. Type ppm ? at the command prompt to learn how.

Also note that there are multiple .ppd repositories. Active State has a big one, but it is just one of many. Not everything that is available as a .ppd is available as a .ppd on the Active State repository. There is a package on the Active State site that their ppm program uses which will tell you these other "well known" sites - mainly Canadian.


In reply to Re: PPM/CPAN connection issues by Marshall
in thread PPM/CPAN connection issues by technojosh

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.