in reply to best way to report cpan errors?
The installation doesn't work because of failing tests. What do you do in such a situation?...
Depends on what you're comfortable with and what you want to accomplish.
If you don't care that some tests failed, you can force install,
If you do care that some test failed, you should file a bug report with the author (even though cpan-testers have several automated reports sent in). If you really care, you'll debug the failing tests, and write/submit a patch along with your report :)$ cpan cpan>force install <module> # or alternatively $ cpan cpan> look <module> perl Makefile.PL make make test make install
|
|---|