Add missing test dependency to Test::Output (fixes: #2717)

This commit is contained in:
Yadd 2022-03-01 20:07:52 +01:00
parent ec0041fc9d
commit b976f2debf
3 changed files with 6 additions and 5 deletions

View File

@ -40,6 +40,7 @@ WriteMakefile(
'Net::LDAP' => 0,
'String::Random' => 0,
'Test::Pod' => 1.00,
'Test::Output' => 0,
},
META_MERGE => {
'recommends' => {
@ -63,7 +64,7 @@ WriteMakefile(
MailingList => 'mailto:lemonldap-ng-dev@ow2.org',
license => 'http://opensource.org/licenses/GPL-2.0',
homepage => 'https://lemonldap-ng.org/',
bugtracker =>
bugtracker =>
'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues',
x_twitter => 'https://twitter.com/lemonldapng',
},
@ -83,7 +84,6 @@ WriteMakefile(
'JSON::XS' => 0,
'Mouse' => 0,
'Plack' => 0,
'Test::Pod' => 1.00,
'URI' => 0,
}, # e.g., Module::Name => 1.1
#EXE_FILES => [ 'scripts/convertConfig', ],

View File

@ -13,7 +13,7 @@ WriteMakefile(
'Env' => 0,
'IO::Pipe' => 0,
'Test::MockObject' => 0,
'Test::Pod' => 0,
'Test::Pod' => 1.00,
'Time::Fake' => 0,
'Cwd' => 0,
},
@ -33,7 +33,7 @@ WriteMakefile(
MailingList => 'mailto:lemonldap-ng-dev@ow2.org',
license => 'http://opensource.org/licenses/GPL-2.0',
homepage => 'https://lemonldap-ng.org/',
bugtracker =>
bugtracker =>
'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues',
x_twitter => 'https://twitter.com/lemonldapng',
},

View File

@ -12,6 +12,7 @@ WriteMakefile(
'IO::String' => 0,
'Regexp::Common' => 0,
'Test::Pod' => 1.00,
'Test::Output' => 0,
},
META_MERGE => {
recommends => {
@ -26,7 +27,7 @@ WriteMakefile(
MailingList => 'mailto:lemonldap-ng-dev@ow2.org',
license => 'http://opensource.org/licenses/GPL-2.0',
homepage => 'https://lemonldap-ng.org/',
bugtracker =>
bugtracker =>
'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues',
x_twitter => 'https://twitter.com/lemonldapng',
},