A git based install works in one step with cpanm
Peter Rabbitson [Mon, 16 Dec 2013 08:50:12 +0000 (09:50 +0100)]
maint/travis-ci_scripts/30_before_script.bash

index a6c444e..01d879a 100755 (executable)
@@ -86,10 +86,7 @@ else
     # the official version is very much outdated and does not compile on 5.14+
     # use this rather updated source tree (needs to go to PAUSE):
     # https://github.com/pilcrow/perl-dbd-interbase
-    run_or_err "Fetching patched DBD::InterBase" \
-      "git clone https://github.com/dbsrgits/perl-dbd-interbase ~/dbd-interbase"
-
-    parallel_installdeps_notest ~/dbd-interbase/
+    parallel_installdeps_notest git://github.com/dbsrgits/perl-dbd-interbase.git
   fi
 
 fi