From: Peter Rabbitson Date: Mon, 26 Aug 2013 03:06:59 +0000 (+0200) Subject: Use the same mirror for cpanm as we use for CPAN X-Git-Tag: v0.08260~176 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=d71417fffe50285e99137c902930751ebf83144d Use the same mirror for cpanm as we use for CPAN --- diff --git a/maint/travis-ci_scripts/20_install.bash b/maint/travis-ci_scripts/20_install.bash index 6010f76..a9cac43 100755 --- a/maint/travis-ci_scripts/20_install.bash +++ b/maint/travis-ci_scripts/20_install.bash @@ -8,6 +8,7 @@ if ! [[ "$CPAN_MIRROR" =~ "http://" ]] ; then echo_err "Unable to extract primary cpan mirror from PERL_CPANM_OPT - something is wrong" echo_err "PERL_CPANM_OPT: $PERL_CPANM_OPT" CPAN_MIRROR="http://cpan.develooper.com/" + PERL_CPANM_OPT="$PERL_CPANM_OPT --mirror $CPAN_MIRROR" echo_err "Using $CPAN_MIRROR for the time being" fi