Skip to content

Commit 4cc441c

Browse files
committed
Downgrade the EU::MM to 6.46
1 parent c598e42 commit 4cc441c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.010;
44

55
use strict;
66

7-
use ExtUtils::MakeMaker 7.00;
7+
use ExtUtils::MakeMaker 6.46;
88

99
my %parms = (
1010
NAME => 'HTML::Tagset',

cpanfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://metacpan.org/release/Module-CPANfile
33

44
on 'build' => sub {
5-
requires 'ExtUtils::MakeMaker', '7.00';
5+
requires 'ExtUtils::MakeMaker', '6.46';
66
};
77

88
on 'test' => sub {

0 commit comments

Comments
 (0)