(travis) Revert version.pm workaround dd94f6ef
Peter Rabbitson [Thu, 18 Feb 2016 04:14:29 +0000 (05:14 +0100)]
maint/travis-ci_scripts/30_before_script.bash

index fae39e6..6033440 100755 (executable)
@@ -73,8 +73,8 @@ if [[ "$CLEANTEST" = "true" ]]; then
   # handholding
 
   if [[ "$DEVREL_DEPS" = "true" ]] ; then
-    # FIXME - work around RT#110882, sigh...
-    perl -Mversion\ 0.87 -e 1 &>/dev/null || installdeps version@0.9912
+    # nothing for now
+    /bin/true
   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