Skip to content

Commit

Permalink
Updating the EU::MM requirements everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Mar 11, 2024
1 parent 4cc441c commit 93cbaf7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ my %parms = (
VERSION_FROM => 'lib/HTML/Tagset.pm',
LICENSE => 'artistic_2',
MIN_PERL_VERSION => 5.010001,
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => '6.46',
},
BUILD_REQUIRES => {
'ExtUtils::MakeMaker' => '6.46',
},
TEST_REQUIRES => {
'Test::More' => '0.95',
},
Expand Down
4 changes: 4 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Validate with cpanfile-dump
# https://metacpan.org/release/Module-CPANfile

on 'configure' => sub {
requires 'ExtUtils::MakeMaker', '6.46';
};

on 'build' => sub {
requires 'ExtUtils::MakeMaker', '6.46';
};
Expand Down

2 comments on commit 93cbaf7

@miyagawa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is failing our CI - can you release a new version to CPAN with the fix? Thanks
https://github.com/plack/Plack/actions/runs/8235150054/job/22518594776#step:4:128

@petdance
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I will do it now.

Please sign in to comment.