From: Peter Rabbitson Date: Thu, 7 Jan 2016 15:35:06 +0000 (+0100) Subject: (travis) Work around RT#110882 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dd94f6ef1eebdc025522baf123aa949e3e918bc6;p=dbsrgits%2FDBIx-Class-Historic.git (travis) Work around RT#110882 --- diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index 85d5fa8..27675a3 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -72,7 +72,10 @@ if [[ "$CLEANTEST" = "true" ]]; then # So instead we still use our stock (possibly old) CPAN, and add some # handholding - if [[ "$DEVREL_DEPS" != "true" ]] && ! CPAN_is_sane ; then + if [[ "$DEVREL_DEPS" = "true" ]] ; then + # FIXME - work around RT#110882, sigh... + perl -Mversion\ 0.87 -e 1 &>/dev/null || installdeps version@0.9912 + elif ! CPAN_is_sane ; then # no configure_requires - we will need the usual suspects anyway # without pre-installing these in one pass things won't yet work installdeps Module::Build