From: Peter Rabbitson Date: Wed, 9 Mar 2016 16:48:16 +0000 (+0100) Subject: (travis) Strangely `cpan .` does not work in certain configs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=bf3802a96bc090d96e7aa4f0f60d2731d3dbd003 (travis) Strangely `cpan .` does not work in certain configs No intention to investigate further at this time --- diff --git a/maint/travis-ci_scripts/50_after_success.bash b/maint/travis-ci_scripts/50_after_success.bash index a6dfecc..16c90d5 100755 --- a/maint/travis-ci_scripts/50_after_success.bash +++ b/maint/travis-ci_scripts/50_after_success.bash @@ -88,9 +88,11 @@ if [[ -n "$tarball_assembled" ]] ; then export $e="" done + # FIXME - for some reason a plain `cpan .` does not work in this case + # no time to investigate run_or_err \ "Attempt to configure/test/build/install dist using latest CPAN@$(perl -MCPAN -e 'print CPAN->VERSION')" \ - "cpan ." + "perl -MCPAN -e 'install( q{.} )'" else run_or_err \