From: Peter Rabbitson Date: Mon, 3 Dec 2012 10:29:58 +0000 (+0100) Subject: Truly clean CLEANTEST X-Git-Tag: v0.08205~90 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=e352dd9afb6badc08be1ddb11e92cc8b29adb848 Truly clean CLEANTEST --- diff --git a/maint/travis-ci_prepare_env b/maint/travis-ci_prepare_env index 8456fdb..5d2337d 100755 --- a/maint/travis-ci_prepare_env +++ b/maint/travis-ci_prepare_env @@ -99,11 +99,10 @@ if [[ "$CLEANTEST" = "true" ]]; then # the point is to have a *really* clean perl (the ones # we build are guaranteed to be clean, without side # effects from travis preinstalls) - # - # FIXME - not yet implemented - not sure how to reliably - # feed to wget this location: http://cpansearch.perl.org/src/GETTY/DBIx-Class-0.08204/inc/ - echo TODOOOO - M::I is not supposed to be installed here - this test is useless now - installdeps Module::Install + + # trick cpanm into executing true as shell - we just need the find+unpack + SHELL=/bin/true cpanm --look DBIx::Class + mv ~/.cpanm/latest-build/*/inc . else # we will be running all tests - preinstall MOAR stuff, run basic tests using SQLT # and set up whatever databases necessary @@ -192,7 +191,7 @@ else #ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/client fi -# install the rest +# install the remaining dependencies perl Makefile.PL installdeps $(make listalldeps)