From: Graham Knop Date: Sun, 29 Apr 2018 17:01:20 +0000 (+0200) Subject: use travis-perl helpers fix CPAN.pm issues X-Git-Tag: v5.90118~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=c469bbef18bdb50a055532ac5392dda2b94e7f9f use travis-perl helpers fix CPAN.pm issues travis-perl helpers has a helper to make sure CPAN.pm has a working configuration. --- diff --git a/.travis.yml b/.travis.yml index 6d24afa..16c8583 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,9 @@ perl: - "5.10" - "5.8" +before_install: + - eval $(curl https://travis-perl.github.io/init) + - $HELPERS_ROOT/bin/cpan-config install: - cpanm --notest --metacpan --skip-satisfied --with-develop --installdeps . - perl Makefile.PL