diff --git a/modules/lemonldap-ng-handler/META.yml b/modules/lemonldap-ng-handler/META.yml index 90ec9237c..01cc2c03c 100644 --- a/modules/lemonldap-ng-handler/META.yml +++ b/modules/lemonldap-ng-handler/META.yml @@ -18,7 +18,7 @@ requires: CGI: 3.08 Digest::SHA1: 0 IO::Pipe: 0 - Lemonldap::NG::Common: 0.96 + Lemonldap::NG::Common: 1.0.4 LWP::UserAgent: 0 Test::MockObject: 0 URI: 0 diff --git a/modules/lemonldap-ng-handler/Makefile.PL b/modules/lemonldap-ng-handler/Makefile.PL index fcb05d783..9e5921db5 100644 --- a/modules/lemonldap-ng-handler/Makefile.PL +++ b/modules/lemonldap-ng-handler/Makefile.PL @@ -15,7 +15,7 @@ WriteMakefile( 'Apache::Session' => 0, 'LWP::UserAgent' => 0, 'Cache::Cache' => 0, - 'Lemonldap::NG::Common' => 0.96, + 'Lemonldap::NG::Common' => '1.0.4', 'CGI' => 3.08, 'URI' => 0, }, # e.g., Module::Name => 1.1 diff --git a/modules/lemonldap-ng-manager/META.yml b/modules/lemonldap-ng-manager/META.yml index a177cd61a..463e55aff 100644 --- a/modules/lemonldap-ng-manager/META.yml +++ b/modules/lemonldap-ng-manager/META.yml @@ -22,7 +22,9 @@ requires: HTML::Template: 0 IO::String: 0 JSON: 0 - Lemonldap::NG::Common:  @ echo Lemonldap::NG::Handler:  @ echo LWP::UserAgent: 0 + Lemonldap::NG::Common: 1.0.4 + Lemonldap::NG::Handler: 1.0.4 + LWP::UserAgent: 0 XML::LibXML: 0 XML::LibXSLT: 0 XML::Simple: 0 diff --git a/modules/lemonldap-ng-manager/Makefile.PL b/modules/lemonldap-ng-manager/Makefile.PL index df4ff9cfb..8554a1239 100644 --- a/modules/lemonldap-ng-manager/Makefile.PL +++ b/modules/lemonldap-ng-manager/Makefile.PL @@ -18,8 +18,8 @@ WriteMakefile( 'File::Basename' => 0, 'HTML::Template' => 0, 'JSON' => 0, - 'Lemonldap::NG::Common' => 1.0.3, - 'Lemonldap::NG::Handler' => 1.0.3, + 'Lemonldap::NG::Common' => '1.0.4', + 'Lemonldap::NG::Handler' => '1.0.4', 'LWP::UserAgent' => 0, 'XML::LibXML' => 0, 'XML::LibXSLT' => 0, diff --git a/modules/lemonldap-ng-portal/META.yml b/modules/lemonldap-ng-portal/META.yml index 339de192f..5f06f05ef 100644 --- a/modules/lemonldap-ng-portal/META.yml +++ b/modules/lemonldap-ng-portal/META.yml @@ -11,6 +11,7 @@ configure_requires: build_requires: Crypt::OpenSSL::X509: 0 IO::String: 0 + SOAP::Lite: 0 requires: Apache::Session: 0 CGI: 3.08 @@ -18,8 +19,11 @@ requires: File::Basename: 0 HTML::Template: 0 IO::String: 0 - Lemonldap::NG::Common:  @ echo Lemonldap::NG::Handler:  @ echo MIME::Lite: 0 + Lemonldap::NG::Common: 1.0.4 + Lemonldap::NG::Handler: 1.0.4 + MIME::Lite: 0 Net::LDAP: 0 + SOAP::Lite: 0 String::Random: 0 XML::LibXML: 0 XML::LibXSLT: 0 diff --git a/modules/lemonldap-ng-portal/Makefile.PL b/modules/lemonldap-ng-portal/Makefile.PL index 4ada7d8d8..d21f29d0a 100644 --- a/modules/lemonldap-ng-portal/Makefile.PL +++ b/modules/lemonldap-ng-portal/Makefile.PL @@ -21,14 +21,15 @@ WriteMakefile( BUILD_REQUIRES => { 'Crypt::OpenSSL::X509' => 0, 'IO::String' => 0, + 'SOAP::Lite' => 0, }, PREREQ_PM => { 'Apache::Session' => 0, 'CGI' => 3.08, 'File::Basename' => 0, 'HTML::Template' => 0, - 'Lemonldap::NG::Common' => 1.0.3, - 'Lemonldap::NG::Handler' => 1.0.3, + 'Lemonldap::NG::Common' => '1.0.4', + 'Lemonldap::NG::Handler' => '1.0.4', 'MIME::Lite' => 0, 'Net::LDAP' => 0, 'String::Random' => 0,