We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e27592 commit b45d9edCopy full SHA for b45d9ed
Makefile.PL
@@ -13,6 +13,9 @@ my %parms = (
13
VERSION_FROM => 'lib/HTML/Tagset.pm',
14
LICENSE => 'artistic_2',
15
MIN_PERL_VERSION => 5.010001,
16
+ TEST_REQUIRES => {
17
+ 'Test::More' => '0.95',
18
+ },
19
META_MERGE => {
20
resources => {
21
license => 'https://opensource.org/licenses/artistic-license-2.0',
cpanfile
@@ -6,5 +6,5 @@ on 'build' => sub {
6
};
7
8
on 'test' => sub {
9
- requires 'Test::More', '0.94'; # So we can run subtests on v5.10
+ requires 'Test::More', '0.95';
10
0 commit comments