(travis) Work around RT#110882
Peter Rabbitson [Thu, 7 Jan 2016 15:35:06 +0000 (16:35 +0100)]
maint/travis-ci_scripts/30_before_script.bash

index 85d5fa8..27675a3 100755 (executable)
@@ -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