X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2Ftravis-ci_scripts%2F30_before_script.bash;h=c4f0f62f12980ac83e347c543af2563aa829b510;hb=83361151a7b2378ce3b7926a69f36d28fd937cb1;hp=2f6172094c5dcc540f9fac1a5a1d90c8ef544d78;hpb=62b92f892d842c950ff12b4be663a448802e5b84;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 2f61720..c4f0f62 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -144,8 +144,8 @@ else fi echo_err "$(tstamp) Dependency installation finished" -# this will display list of available versions -perl Makefile.PL + +run_or_err "Re-configure" "perl Makefile.PL" # make sure we got everything we need if [[ -n "$(make listdeps)" ]] ; then