Add cpan.cpantesters.org as mirror site

This commit is contained in:
Gea-Suan Lin
2011-11-19 04:40:32 +08:00
parent 4745c20475
commit a8ec864093

View File

@@ -36,5 +36,5 @@ setenv EDITOR "/usr/local/bin/vim"
setenv LESS "-EfmrSwX"
setenv LSCOLORS "gxfxcxdxbxegedabagacad"
setenv PAGER "/usr/local/bin/most"
setenv PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/"
setenv PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/ --mirror http://cpan.cpantesters.org/"
setenv VISUAL $EDITOR