CPAN mirror with cpanm
Revision as of 05:19, 13 September 2018 by Dcunningham (talk | contribs) (Created page with "If cpanm commands give an error that download failed (for example from search.cpan.org), try changing the mirror using an environment variable: export PERL_CPANM_OPT="--m...")
If cpanm commands give an error that download failed (for example from search.cpan.org), try changing the mirror using an environment variable:
export PERL_CPANM_OPT="--mirror http://www.cpan.org/"
Then re-run the cpanm command.