diff --git a/lemonldap-ng-common/META.json b/lemonldap-ng-common/META.json index 0559831bf..f2da9a08b 100644 --- a/lemonldap-ng-common/META.json +++ b/lemonldap-ng-common/META.json @@ -23,8 +23,10 @@ "build" : { "requires" : { "IO::String" : "0", + "MIME::Entity" : "0", "Net::LDAP" : "0", "String::Random" : "0", + "Test::Output" : "0", "Test::Pod" : "1" } }, @@ -61,7 +63,6 @@ "JSON::XS" : "0", "Mouse" : "0", "Plack" : "0", - "Test::Pod" : "1", "URI" : "0" } } diff --git a/lemonldap-ng-common/META.yml b/lemonldap-ng-common/META.yml index b4d9d4c40..229cbe48f 100644 --- a/lemonldap-ng-common/META.yml +++ b/lemonldap-ng-common/META.yml @@ -4,8 +4,10 @@ author: - 'Xavier Guimard , Clement Oudot , Christophe Maudoux , Maxime Besson ' build_requires: IO::String: '0' + MIME::Entity: '0' Net::LDAP: '0' String::Random: '0' + Test::Output: '0' Test::Pod: '1' configure_requires: ExtUtils::MakeMaker: '0' @@ -46,7 +48,6 @@ requires: JSON::XS: '0' Mouse: '0' Plack: '0' - Test::Pod: '1' URI: '0' resources: MailingList: mailto:lemonldap-ng-dev@ow2.org diff --git a/lemonldap-ng-common/Makefile.PL b/lemonldap-ng-common/Makefile.PL index 9d753d5a5..f89bf6b0c 100644 --- a/lemonldap-ng-common/Makefile.PL +++ b/lemonldap-ng-common/Makefile.PL @@ -37,6 +37,7 @@ WriteMakefile( LICENSE => 'gpl', BUILD_REQUIRES => { 'IO::String' => 0, + 'MIME::Entity' => 0, 'Net::LDAP' => 0, 'String::Random' => 0, 'Test::Pod' => 1.00,