Skip to content

Commit

Permalink
Downgrade the EU::MM to 6.46
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Mar 11, 2024
1 parent c598e42 commit 4cc441c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use 5.010;

use strict;

use ExtUtils::MakeMaker 7.00;
use ExtUtils::MakeMaker 6.46;

my %parms = (
NAME => 'HTML::Tagset',
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://metacpan.org/release/Module-CPANfile

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

on 'test' => sub {
Expand Down

0 comments on commit 4cc441c

Please sign in to comment.