Skip to content

Commit 93cbaf7

Browse files
committed
Updating the EU::MM requirements everywhere
1 parent 4cc441c commit 93cbaf7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Makefile.PL

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ my %parms = (
1313
VERSION_FROM => 'lib/HTML/Tagset.pm',
1414
LICENSE => 'artistic_2',
1515
MIN_PERL_VERSION => 5.010001,
16+
CONFIGURE_REQUIRES => {
17+
'ExtUtils::MakeMaker' => '6.46',
18+
},
19+
BUILD_REQUIRES => {
20+
'ExtUtils::MakeMaker' => '6.46',
21+
},
1622
TEST_REQUIRES => {
1723
'Test::More' => '0.95',
1824
},

cpanfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Validate with cpanfile-dump
22
# https://metacpan.org/release/Module-CPANfile
33

4+
on 'configure' => sub {
5+
requires 'ExtUtils::MakeMaker', '6.46';
6+
};
7+
48
on 'build' => sub {
59
requires 'ExtUtils::MakeMaker', '6.46';
610
};

0 commit comments

Comments
 (0)