X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2Ftravis-ci_scripts%2F30_before_script.bash;h=849723690c1dc6f35391560438291460ae261700;hb=2d64c401e9ab321627856bac34fda9ab1ff2e0a6;hp=1572692d1dc2933d2004cdcf481bc6798bdddc68;hpb=ac0c08254241f41a5cb1b586fc1b24ce2d33b79b;p=dbsrgits%2FDBIx-Class.git diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index 1572692..8497236 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -104,6 +104,11 @@ if [[ "$CLEANTEST" = "true" ]]; then # DBD::SQLite reasonably wants DBI at config time HARD_DEPS="DBI $HARD_DEPS" + # this is a fucked CPAN - won't understand configure_requires of + # various pieces we may run into + # FIXME - need to get these off metacpan or something instead + HARD_DEPS="ExtUtils::Depends B::Hooks::OP::Check $HARD_DEPS" + # FIXME # parent is temporary due to Carp https://rt.cpan.org/Ticket/Display.html?id=88494 HARD_DEPS="parent $HARD_DEPS"