From b3b80693952fe936281f4a18b8bcc63d7ffef80f Mon Sep 17 00:00:00 2001 From: Ed J Date: Tue, 3 Dec 2024 04:37:10 +0000 Subject: [PATCH] no need ExtUtils::Depends in main-PDL --- .cirrus.yml | 2 +- Makefile.PL | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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',