in reply to Module Installation Errors
It appears that the test script is trying to cause a warning by making a file unreadable, then reading it. This fails as root, because root can read anything. Try running the test as a normal user, and see if it passes. If it does, you can go ahead and force install as root.
Many people prefer to use a build system (like perlbrew) that installs modules as a normal user so that they don't need to run cpan as root.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Module Installation Errors
by bithead42 (Initiate) on Feb 07, 2017 at 19:24 UTC | |
by Anonymous Monk on Feb 07, 2017 at 21:13 UTC |