no reinstall default for cpanm

Mon, 21 Dec 2015 11:22:20 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 21 Dec 2015 11:22:20 -0500
changeset 233
e31c379b5bda
parent 232
986451375fb3
child 234
a48cd1432365

no reinstall default for cpanm

.profile.common file | annotate | diff | comparison | revisions
--- a/.profile.common
+++ b/.profile.common
@@ -1,7 +1,7 @@
 # simple profile stuff that is common to both zsh and bash
 
 export EDITOR=vim
-export PERL_CPANM_OPT='-n --prompt --reinstall'
+export PERL_CPANM_OPT='-nq --prompt'
 export DEVEL_REPL_PROFILE='Standard'
 
 alias hgcd='cd $(hg root)'

mercurial