From: Peter Rabbitson Date: Wed, 8 Jun 2016 07:47:56 +0000 (+0200) Subject: (travis) Work around a bad tradeoff in cperl-5.24-to-be X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ee3a37d38c54973f7e4b65273d776bbad54f6101;p=dbsrgits%2FDBIx-Class-Historic.git (travis) Work around a bad tradeoff in cperl-5.24-to-be https://github.com/perl11/cperl/issues/153#issuecomment-224515895 http://irclog.perlgeek.de/perl11/2016-06-08#i_12624951 --- diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index 71bf162..10932d3 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -27,6 +27,11 @@ if is_cperl ; then # (cperl 5.22.2 comes with YAML already) perl -M5.022002 -e1 &>/dev/null || installdeps YAML + # Work around cperl's Test::More being typed, by getting the CPAN one + # https://github.com/perl11/cperl/issues/153#issuecomment-224515895 + # ( in the long term this is sadly a nail in cperl's coffin :/ ) + installdeps Test::More + fi