From: Karen Etheridge Date: Sun, 26 Apr 2020 18:02:57 +0000 (-0700) Subject: cpan-install is a helperism X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=40e07fcdd12cf54c0574aaf45bbaaa05a6b5b645;p=p5sagit%2FDevel-Declare.git cpan-install is a helperism --- diff --git a/.travis.yml b/.travis.yml index da3fc10..98ccc1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ env: - RELEASE_TESTING=0 before_install: - perl -V - - cpan-install B::Hooks::OP::Check ExtUtils::Depends + - cpanm B::Hooks::OP::Check ExtUtils::Depends script: - perl Makefile.PL - make