|
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. |