There are some perl CPAN issue during installation and it keep showing error “make test had returned bad status, won’t install without force”. After reading some CPAN documentation and relatedblog, here’s the solution to solve this CPAN issue.
To solve “CPAN error: make test had returned bad status, won’t install without force” follow the command below:-
- First go into perl CPAN shell
- then you can do force install of module using the command below:-
cpan> force install #module#
Change the #module# to your Module name.
- Your CPAN module should be able to install successfully by now.