diff --git a/.cirrus.yml b/.cirrus.yml index 88766b8f3..07f189faf 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,7 +17,7 @@ task: deps_script: - eval $( $MYPERL -Mlocal::lib=local ) # Configure deps - - $MYPERL -S cpanm -nq ExtUtils::MakeMaker Devel::CheckLib File::Which ExtUtils::Depends Inline::C + - $MYPERL -S cpanm -nq ExtUtils::MakeMaker Devel::CheckLib File::Which Inline::C # Deps - $MYPERL -S cpanm -nq --installdeps . build_script: diff --git a/Makefile.PL b/Makefile.PL index 875ef31ff..f323d7472 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -59,7 +59,6 @@ my %makefile_hash = ( 'File::Which' => 0, 'ExtUtils::MakeMaker' => '7.12', # working .g.c 'File::Path' => 0, - 'ExtUtils::Depends' => '0.402', }, TEST_REQUIRES => { 'CPAN::Meta' => '2.120900',