From: Peter Rabbitson Date: Fri, 13 Sep 2013 03:39:15 +0000 (+0200) Subject: MOAR workarounds - freeze CMM at a usable version X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=72cd40076ba3fc9db6056c3413492e7df01ff546;p=dbsrgits%2FDBIx-Class-Historic.git MOAR workarounds - freeze CMM at a usable version The dzil conversion introduced dependency on MBT which is extremely hard to get going on older perls, left alone all dists made with it Hopefully it will get fixed: https://rt.cpan.org/Ticket/Display.html?id=88641 --- diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index ab57e55..a2df851 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -42,7 +42,13 @@ if [[ "$CLEANTEST" = "true" ]]; then # So instead we still use our stock (possibly old) CPAN, and add some # handholding if ! CPAN_is_sane ; then - for m in ExtUtils::MakeMaker ExtUtils::CBuilder R/RS/RSAVAGE/Tree-DAG_Node-1.13.tgz Module::Build ; do + for m in \ +ExtUtils::MakeMaker \ +ExtUtils::CBuilder \ +R/RS/RSAVAGE/Tree-DAG_Node-1.13.tgz \ +Module::Build \ +E/ET/ETHER/Class-Method-Modifiers-2.04.tar.gz \ +; do run_or_err "Pre-installing $m" "cpan $m" if ! perl -e '