From: Peter Rabbitson Date: Thu, 29 Aug 2013 02:41:00 +0000 (+0200) Subject: Manpages are of no use on travis X-Git-Tag: v0.08260~170 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=a1f6d93c43f6af8af104ae6659d3b42a3472fd28 Manpages are of no use on travis --- diff --git a/maint/travis-ci_scripts/20_install.bash b/maint/travis-ci_scripts/20_install.bash index ec5c6d5..4962251 100755 --- a/maint/travis-ci_scripts/20_install.bash +++ b/maint/travis-ci_scripts/20_install.bash @@ -29,11 +29,11 @@ if [[ "$DEVREL_DEPS" == "true" ]] ; then fi # Fixup CPANM_OPT to behave more like a traditional cpan client -export PERL_CPANM_OPT="--verbose --no-interactive $( echo $PERL_CPANM_OPT | sed 's/--skip-satisfied//' )" +export PERL_CPANM_OPT="--verbose --no-interactive --no-man-pages $( echo $PERL_CPANM_OPT | sed 's/--skip-satisfied//' )" if [[ -n "$BREWVER" ]] ; then run_or_err "Compiling/installing Perl $BREWVER (without testing, may take up to 5 minutes)" \ - "perlbrew install --as $BREWVER --notest --verbose $BREWOPTS -j 2 $BREWVER" + "perlbrew install --as $BREWVER --notest --noman --verbose $BREWOPTS -j 2 $BREWVER" # can not do 'perlbrew uss' in the run_or_err subshell above, or a $() # furthermore `perlbrew use` returns 0 regardless of whether the perl is