Quantcast
Channel: Techie Corner » Linux
Viewing all articles
Browse latest Browse all 13

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

$
0
0

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

Viewing all articles
Browse latest Browse all 13

Trending Articles