Add Apache::Session::Browseable in recommends

This commit is contained in:
Xavier Guimard 2013-01-25 21:42:08 +00:00
parent 2243331779
commit 6144943a2a
2 changed files with 18 additions and 16 deletions

View File

@ -39,6 +39,7 @@ meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4 version: 1.4
recommends: recommends:
Apache::Session::Browseable: 0
AuthCAS: 0 AuthCAS: 0
DBI: 0 DBI: 0
Glib: 0 Glib: 0

View File

@ -9,22 +9,23 @@ WriteMakefile(
LICENSE => 'gpl', LICENSE => 'gpl',
META_MERGE => { META_MERGE => {
'recommends' => { 'recommends' => {
'AuthCAS' => 0, 'Apache::Session::Browseable' => 0,
'DBI' => 0, 'AuthCAS' => 0,
'Glib' => 0, 'DBI' => 0,
'HTTP::Message' => 0, 'Glib' => 0,
'Lasso' => '2.3.0', 'HTTP::Message' => 0,
'LWP' => 0, 'Lasso' => '2.3.0',
'MIME::Lite' => 0, 'LWP' => 0,
'Net::OpenID::Consumer' => 0, 'MIME::Lite' => 0,
'Net::OpenID::Server' => 0, 'Net::OpenID::Consumer' => 0,
'Net::Twitter' => 0, 'Net::OpenID::Server' => 0,
'SOAP::Lite' => 0, 'Net::Twitter' => 0,
'String::Random' => 0, 'SOAP::Lite' => 0,
'URI' => 0, 'String::Random' => 0,
'XML::LibXSLT' => 0, 'URI' => 0,
'XML::LibXML' => 0, 'XML::LibXSLT' => 0,
'XML::Simple' => 0, 'XML::LibXML' => 0,
'XML::Simple' => 0,
}, },
}, },
BUILD_REQUIRES => { BUILD_REQUIRES => {