Tuesday, March 12, 2013


CPAN Error: make test had returned bad status, won’t install without force

here are some perl CPAN issue during installation and it keep showing error “make test had returned bad status, won’t install without force”. 
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.

No comments:

Post a Comment