From 1fbe1150f9dbf873181f56dfb73734dad07c7402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Fri, 17 Jun 2022 10:05:28 +0200 Subject: [PATCH] Update META files --- lemonldap-ng-handler/META.json | 2 +- lemonldap-ng-handler/META.yml | 2 +- lemonldap-ng-manager/META.json | 3 ++- lemonldap-ng-manager/META.yml | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lemonldap-ng-handler/META.json b/lemonldap-ng-handler/META.json index 79ea0d7da..683df1eef 100644 --- a/lemonldap-ng-handler/META.json +++ b/lemonldap-ng-handler/META.json @@ -27,7 +27,7 @@ "Env" : "0", "IO::Pipe" : "0", "Test::MockObject" : "0", - "Test::Pod" : "0", + "Test::Pod" : "1", "Time::Fake" : "0" } }, diff --git a/lemonldap-ng-handler/META.yml b/lemonldap-ng-handler/META.yml index 48ffe248d..e4406314b 100644 --- a/lemonldap-ng-handler/META.yml +++ b/lemonldap-ng-handler/META.yml @@ -8,7 +8,7 @@ build_requires: Env: '0' IO::Pipe: '0' Test::MockObject: '0' - Test::Pod: '0' + Test::Pod: '1' Time::Fake: '0' configure_requires: ExtUtils::MakeMaker: '0' diff --git a/lemonldap-ng-manager/META.json b/lemonldap-ng-manager/META.json index cbe06e35a..b3ddc2783 100644 --- a/lemonldap-ng-manager/META.json +++ b/lemonldap-ng-manager/META.json @@ -25,6 +25,7 @@ "Email::Sender" : "0", "IO::String" : "0", "Regexp::Common" : "0", + "Test::Output" : "0", "Test::Pod" : "1" } }, @@ -58,6 +59,6 @@ ], "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, - "version" : "v2.0.14", + "version" : "v2.0.15", "x_serialization_backend" : "JSON::PP version 4.04" } diff --git a/lemonldap-ng-manager/META.yml b/lemonldap-ng-manager/META.yml index 1c96a52a1..7b79c9c1f 100644 --- a/lemonldap-ng-manager/META.yml +++ b/lemonldap-ng-manager/META.yml @@ -6,6 +6,7 @@ build_requires: Email::Sender: '0' IO::String: '0' Regexp::Common: '0' + Test::Output: '0' Test::Pod: '1' configure_requires: ExtUtils::MakeMaker: '0' @@ -34,5 +35,5 @@ resources: bugtracker: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues homepage: https://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 -version: v2.0.14 +version: v2.0.15 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'