X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2Ftravis-ci_scripts%2F30_before_script.bash;h=916e468740d79ee5d0cc55294a41e8ef9598b184;hb=71dd2ecc010836cbbe91e4bf7d4a84191a41dd39;hp=07b83f026c9d680db64d08a3f63f7979c1c4014f;hpb=906c03556a6c5584b3f2f18eb7501cc4c48704a1;p=dbsrgits%2FDBIx-Class.git diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index 07b83f0..916e468 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -97,9 +97,11 @@ if [[ "$CLEANTEST" = "true" ]]; then ##### TEMPORARY WORKAROUNDS - # not sure what's going on here yet + # The unicode-in-yaml bug on older cpan clients + # FIXME there got to be a saner way to fix this... perl -M5.008008 -e 1 &> /dev/null || \ - parallel_installdeps_notest multidimensional bareword::filehandles + run_or_err "Installing multidimensional and bareword::filehandles via cpanm" \ + "cpanm multidimensional bareword::filehandles" # work around Params::Validate not having a Makefile.PL so really old # toolchains can not figure out what the prereqs are ;(