From 0fad27aaa71fc68795f36fdca92f85c7b19efbd4 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Tue, 10 May 2011 21:24:47 +0800 Subject: [PATCH] Add http://cpan.cpantesters.org/ --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 8e696b0..b2eb940 100644 --- a/.bashrc +++ b/.bashrc @@ -29,7 +29,7 @@ export EDITOR="vim" export GIT_PAGER="less" export LESS="-EfmrSwX" export PAGER="most" -export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/" +export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/ --mirror http://cpan.cpantesters.org/" # shopt -s checkwinsize shopt -s histappend