From: Peter Rabbitson Date: Tue, 5 Nov 2013 00:44:23 +0000 (+0100) Subject: Work around TB1.5 hanging with 5.19 - use unreleased github patch X-Git-Tag: v0.08260~92 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=a5f2ccb49689cf2603ea5614b231088cb520734f Work around TB1.5 hanging with 5.19 - use unreleased github patch --- diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index 8557e1b..ab1b84d 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -48,6 +48,12 @@ else # using SQLT and set up whatever databases necessary export DBICTEST_SQLT_DEPLOY=1 + # if we run under --dev install latest github of TB1.5 first + # (unreleased workaround for precedence warnings) + if [[ "$DEVREL_DEPS" == "true" ]] ; then + parallel_installdeps_notest git://github.com/nthykier/test-more.git@fix-return-precedence-issue + fi + # do the preinstall in several passes to minimize amount of cross-deps installing # multiple times, and to avoid module re-architecture breaking another install # (e.g. once Carp is upgraded there's no more Carp::Heavy,