File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,10 @@ if [[ "$CLEANTEST" = "true" ]]; then
99
99
# the point is to have a *really* clean perl (the ones
100
100
# we build are guaranteed to be clean, without side
101
101
# 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 .
107
106
else
108
107
# we will be running all tests - preinstall MOAR stuff, run basic tests using SQLT
109
108
# and set up whatever databases necessary
192
191
# ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/client
193
192
fi
194
193
195
- # install the rest
194
+ # install the remaining dependencies
196
195
perl Makefile.PL
197
196
installdeps $( make listalldeps)
198
197
You can’t perform that action at this time.
0 commit comments