Skip to content

Instantly share code, notes, and snippets.

@moltar
Created December 26, 2013 19:01
Show Gist options
  • Save moltar/8137444 to your computer and use it in GitHub Desktop.
Save moltar/8137444 to your computer and use it in GitHub Desktop.
Make cpanm cache tar balls locally. Put this line in your .bashrc or .zshrc file.
export PERL_CPANM_OPT="--cascade-search --save-dists=$HOME/.cpanm/cache --mirror=$HOME/.cpanm/cache --mirror=http://search.cpan.org/CPAN"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment