Skip to content

Commit

Permalink
no need ExtUtils::Depends in main-PDL
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 3, 2024
1 parent 3c07a8c commit b3b8069
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b3b8069

Please sign in to comment.