in reply to Re: Net::RabbitMQ failed installation
in thread Net::RabbitMQ failed installation

Suppose I do that, and i am installing my modules using cpan, how can I tell cpan not to redownload the module and erase all the changes? Also, I tried installing Net::AMQP::RabbitMQ , it failed as well.
  • Comment on Re^2: Net::RabbitMQ failed installation

Replies are listed 'Best First'.
Re^3: Net::RabbitMQ failed installation
by Corion (Patriarch) on Feb 29, 2016 at 15:18 UTC

    CPAN can also install from a file ("tarball"), or you can skip CPAN for that module and do what CPAN does manually:

    perl Makefile.PL make make test make install