From: Peter Rabbitson <ribasushi@cpan.org>
Date: Thu, 18 Feb 2016 04:14:29 +0000 (+0100)
Subject: (travis) Revert version.pm workaround dd94f6ef
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cae2fcd78c2cb27d379337e9a5c768c03d551229;p=dbsrgits%2FDBIx-Class.git

(travis) Revert version.pm workaround dd94f6ef
---

diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash
index fae39e6..6033440 100755
--- a/maint/travis-ci_scripts/30_before_script.bash
+++ b/maint/travis-ci_scripts/30_before_script.bash
@@ -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