From: Karen Etheridge Date: Tue, 8 Oct 2019 18:51:44 +0000 (-0700) Subject: this is probably the right fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSub-Name.git;a=commitdiff_plain;h=dec56dec9408e1c7e693bce01842fc7b3905255f this is probably the right fix --- diff --git a/.travis.yml b/.travis.yml index 488662f..5354d74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,16 +52,14 @@ env: before_install: - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers - source ~/travis-perl-helpers/init - - perl -MScalar::Util -e'print qq{global -- in perl $], Scalar::Util is at version $Scalar::Util::VERSION\n}' - - perl -M5.008 -e1 2>/dev/null || cpan-install Scalar::Util@1.52 - - perl -MScalar::Util -e'print qq{global -- in perl $], Scalar::Util is at version $Scalar::Util::VERSION\n}' - - perl -M5.008 -e1 2>/dev/null && cpan-install Scalar::Util@1.52 - - perl -MScalar::Util -e'print qq{global -- in perl $], Scalar::Util is at version $Scalar::Util::VERSION\n}' - build-perl - perl -V - build-dist - cd $BUILD_DIR install: + - perl -MScalar::Util -e'print qq{global -- in perl $], Scalar::Util is at version $Scalar::Util::VERSION\n}' + - perl -M5.008 -e1 2>/dev/null || cpan-install Scalar::Util@1.52 + - perl -MScalar::Util -e'print qq{global -- in perl $], Scalar::Util is at version $Scalar::Util::VERSION\n}' - cpan-install --deps script: - perl Makefile.PL