diff --git a/lemonldap-ng-portal/META.yml b/lemonldap-ng-portal/META.yml index 0dc606296..de4a0fed2 100644 --- a/lemonldap-ng-portal/META.yml +++ b/lemonldap-ng-portal/META.yml @@ -39,6 +39,7 @@ meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4 recommends: + Apache::Session::Browseable: 0 AuthCAS: 0 DBI: 0 Glib: 0 diff --git a/lemonldap-ng-portal/Makefile.PL b/lemonldap-ng-portal/Makefile.PL index d2c8f4520..5bbe90b3a 100644 --- a/lemonldap-ng-portal/Makefile.PL +++ b/lemonldap-ng-portal/Makefile.PL @@ -9,22 +9,23 @@ WriteMakefile( LICENSE => 'gpl', META_MERGE => { 'recommends' => { - 'AuthCAS' => 0, - 'DBI' => 0, - 'Glib' => 0, - 'HTTP::Message' => 0, - 'Lasso' => '2.3.0', - 'LWP' => 0, - 'MIME::Lite' => 0, - 'Net::OpenID::Consumer' => 0, - 'Net::OpenID::Server' => 0, - 'Net::Twitter' => 0, - 'SOAP::Lite' => 0, - 'String::Random' => 0, - 'URI' => 0, - 'XML::LibXSLT' => 0, - 'XML::LibXML' => 0, - 'XML::Simple' => 0, + 'Apache::Session::Browseable' => 0, + 'AuthCAS' => 0, + 'DBI' => 0, + 'Glib' => 0, + 'HTTP::Message' => 0, + 'Lasso' => '2.3.0', + 'LWP' => 0, + 'MIME::Lite' => 0, + 'Net::OpenID::Consumer' => 0, + 'Net::OpenID::Server' => 0, + 'Net::Twitter' => 0, + 'SOAP::Lite' => 0, + 'String::Random' => 0, + 'URI' => 0, + 'XML::LibXSLT' => 0, + 'XML::LibXML' => 0, + 'XML::Simple' => 0, }, }, BUILD_REQUIRES => {