X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=4a70836ecf1bc2d4ccbf1dde1f454b0ad2e43135;hb=117c7476fb9f905a4e3d7deb67191dce7f38af3b;hp=e31d93c0304bce319a34b08d90a7517620ae8a08;hpb=8b9e23628bac27e5e8a4b800a441d9d16e5ba71a;p=p5sagit%2FSub-Name.git diff --git a/.travis.yml b/.travis.yml index e31d93c..4a70836 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,6 +50,8 @@ env: - AUTOMATED_TESTING=1 - RELEASE_TESTING=0 before_install: + - perl -MScalar::Util -e'print qq{Scalar::Util is at version $Scalar::Util::VERSION\n}' + - perl -M5.008 -e1 2>/dev/null || cpan-install Scalar::Util@1.52 - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers - source ~/travis-perl-helpers/init - build-perl