I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-08-04 17:14:51-07 by arvindsg
Reinstall dependencies for a module
Hi I was installing a module using cpan ModuleName. After downloading all the dependencies and running all the tests I got error message that i required root privileges to install the module so i did sudo cpan ModuleName This installed the module for me but it seems the dependencies for the module aren't installed, i tried sudo cpan -fi ModuleName I get a long list of error with each test failing and finally make not ok Please help.
Direct Responses: Write a response