X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2Ftravis-ci_scripts%2F30_before_script.bash;fp=maint%2Ftravis-ci_scripts%2F30_before_script.bash;h=34b86bbf7c35c81831063e8c1b53a7e62048a04c;hb=c72b56fb290c654022e1a0ebdff2d57484f49959;hp=c6b5261fc0a3d91fc810a41cdce83c3cf169a085;hpb=c4ac99630d90770a4e467027420cb4445e721dd3;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index c6b5261..34b86bb 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -66,12 +66,7 @@ if [[ "$CLEANTEST" = "true" ]]; then # So instead we still use our stock (possibly old) CPAN, and add some # handholding - if [[ "$DEVREL_DEPS" == "true" ]] ; then - # We are not "quite ready" for DBIC 0.089xx, do not consider it - # - installdeps 'DBIx::Class~<0.08900' - - elif ! CPAN_is_sane ; then + if ! CPAN_is_sane ; then # no configure_requires - we will need the usual suspects anyway # without pre-installing these in one pass things like extract_prereqs won't work installdeps ExtUtils::MakeMaker ExtUtils::CBuilder Module::Build @@ -213,9 +208,7 @@ while (@chunks) { else # listalldeps is deliberate - will upgrade everything it can find - # we exclude DBIC specifically, since we do not want to pull - # in 0.089xx on bleadcpan runs - deplist="$(listalldeps | grep -vP '^(DBIx::Class)$')" + deplist="$(listalldeps)" # assume MDV on POISON_ENV, do not touch DBI/SQLite if [[ "$POISON_ENV" = "true" ]] ; then