Skip to content

Commit e352dd9

Browse files
committed
Truly clean CLEANTEST
1 parent ee89649 commit e352dd9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

maint/travis-ci_prepare_env

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,10 @@ if [[ "$CLEANTEST" = "true" ]]; then
9999
# the point is to have a *really* clean perl (the ones
100100
# we build are guaranteed to be clean, without side
101101
# effects from travis preinstalls)
102-
#
103-
# FIXME - not yet implemented - not sure how to reliably
104-
# feed to wget this location: http://cpansearch.perl.org/src/GETTY/DBIx-Class-0.08204/inc/
105-
echo TODOOOO - M::I is not supposed to be installed here - this test is useless now
106-
installdeps Module::Install
102+
103+
# trick cpanm into executing true as shell - we just need the find+unpack
104+
SHELL=/bin/true cpanm --look DBIx::Class
105+
mv ~/.cpanm/latest-build/*/inc .
107106
else
108107
# we will be running all tests - preinstall MOAR stuff, run basic tests using SQLT
109108
# and set up whatever databases necessary
@@ -192,7 +191,7 @@ else
192191
#ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/client
193192
fi
194193

195-
# install the rest
194+
# install the remaining dependencies
196195
perl Makefile.PL
197196
installdeps $(make listalldeps)
198197

0 commit comments

Comments
 (0)