Categories
perl

How to Install CPAN module without testing Strawberry PERL?

Overview: How to Install a CPAN module without testing

Have you ever tried installing CPAN module, however during the testing phase it freezes or fails. You can avoid this undesirable behaviour, provided you trust the source of the module and do not need a completed test for the PERL module.

How to Install CPAN module without testing

Below is a command line snippet of how to install a CPAN module without testing. In this case it was WWW::Mechanize::Firefox which, for me, is notorious at failing when used with Strawberry PERL.

cpanm --notest WWW::Mechanize::Firefox