Skip to content

Commit

Permalink
Add requirement for Test::More in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Mar 10, 2024
1 parent 3e27592 commit b45d9ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ my %parms = (
VERSION_FROM => 'lib/HTML/Tagset.pm',
LICENSE => 'artistic_2',
MIN_PERL_VERSION => 5.010001,
TEST_REQUIRES => {
'Test::More' => '0.95',
},
META_MERGE => {
resources => {
license => 'https://opensource.org/licenses/artistic-license-2.0',
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ on 'build' => sub {
};

on 'test' => sub {
requires 'Test::More', '0.94'; # So we can run subtests on v5.10
requires 'Test::More', '0.95';
};

0 comments on commit b45d9ed

Please sign in to comment.