From: Peter Rabbitson Date: Mon, 16 Dec 2013 08:50:12 +0000 (+0100) Subject: A git based install works in one step with cpanm X-Git-Tag: v0.08260~65 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=8be58dcaf1fa44dd072ad9a7d0dd4c082d00b475 A git based install works in one step with cpanm --- diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index a6c444e..01d879a 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -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