http://www.perlmonks.org?node_id=921255


in reply to Re: PPM/CPAN connection issues
in thread PPM/CPAN connection issues

I tried the CPAN shell after PPM gave me the issue. I just thought the errors from CPAN were more helpful to post here...

I will try the .ppd idea. I downloaded the .ppd I want, along with the corresponding .gz file.

Update: This solution worked! Many thanks! (I ended up in a wormhole of dependency installations, but after 7 or so were fixed using the .ppd install method...) I got the module I wanted installed and a simple test works!

Replies are listed 'Best First'.
Re^3: PPM/CPAN connection issues
by Anonymous Monk on Feb 05, 2013 at 17:47 UTC
    The below link worked. Thanks http://docs.activestate.com/activeperl/5.6/faq/ActivePerl-faq2.html#ppm_and_proxies
Re^3: PPM/CPAN connection issues
by Anonymous Monk on Sep 09, 2014 at 08:44 UTC
    Hi, I have exactly the same problem with the same libraries (File::Slurp & JSON:XS to install) I tried by ppm first then cpan with the same errors I've download the .ppd file on "www.cpan.org" Could you describe what you've done for the installation? Command lines and dependencies to install?