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


in reply to Re^3: Problem installing WWW::Proxy
in thread Problem installing HTTP::Proxy

Were you able to find solution for same? as i need facing same. I need to setup HTTP:Recorder. but getting issues due to this.

Replies are listed 'Best First'.
Re^5: Problem installing WWW::Proxy ( cpan -f -i -T WWW::Proxy )
by Anonymous Monk on Feb 26, 2013 at 08:31 UTC
    use cpan -i HTTP::Recorder read How to install CPAN modules into ActivePerl

    if the tests hang, skip them cpan -f -i -T HTTP::Recorder that it the same as starting cpan and typing in shell

    cpan[1]> force notest install HTTP::Recorder