Update Makefile.PL with correct versions, add dependency on SOAP::Lite for Handler (#539)

This commit is contained in:
Clément Oudot 2012-10-01 07:58:53 +00:00
parent 5d2e36e8c4
commit 9ed795fe17
7 changed files with 17 additions and 14 deletions

View File

@ -23,6 +23,7 @@ requires:
Regexp::Assemble: 0
SOAP::Lite: 0
Storable: 0
Test::Pod: 0
XML::Simple: 0
no_index:
directory:

View File

@ -16,8 +16,10 @@ requires:
Apache::Session::Generate::MD5: 0
Cache::Cache: 0
CGI: 3.08
Lemonldap::NG::Common: 1.2.0
Lemonldap::NG::Common: 1.3.0
LWP::UserAgent: 0
SOAP::Lite: 0
Test::Pod: 0
URI: 0
no_index:
directory:
@ -27,5 +29,3 @@ generated_by: ExtUtils::MakeMaker version 6.57_05
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
recommends:
SOAP::Lite: 0

View File

@ -8,18 +8,18 @@ WriteMakefile(
VERSION_FROM => 'lib/Lemonldap/NG/Handler.pm',
LICENSE => 'perl',
PMLIBDIRS => ['lib'],
META_MERGE => { 'recommends' => { 'SOAP::Lite' => 0, }, },
BUILD_REQUIRES =>
{ 'IO::Pipe' => 0, 'Test::MockObject' => 0 },
PREREQ_PM => {
'Apache::Session' => 0,
'LWP::UserAgent' => 0,
'Cache::Cache' => 0,
'Lemonldap::NG::Common' => '1.2.0',
'Lemonldap::NG::Common' => '1.3.0',
'CGI' => 3.08,
'URI' => 0,
'Apache::Session::Generate::MD5' => 0,
'Test::Pod' => 0,
'SOAP::Lite' => 0,
}, # e.g., Module::Name => 1.1
(
$] >= 5.005

View File

@ -18,10 +18,10 @@ requires:
File::Basename: 0
HTML::Template: 0
JSON: 0
Lemonldap::NG::Common: 1.2.0
Lemonldap::NG::Handler: 1.2.0
Lemonldap::NG::Portal: 1.2.0
Lemonldap::NG::Common: 1.3.0
Lemonldap::NG::Handler: 1.3.0
LWP::UserAgent: 0
Test::Pod: 0
XML::LibXML: 0
XML::LibXSLT: 0
XML::Simple: 0

View File

@ -18,8 +18,8 @@ WriteMakefile(
'File::Basename' => 0,
'HTML::Template' => 0,
'JSON' => 0,
'Lemonldap::NG::Common' => '1.2.0',
'Lemonldap::NG::Handler' => '1.2.0',
'Lemonldap::NG::Common' => '1.3.0',
'Lemonldap::NG::Handler' => '1.3.0',
'LWP::UserAgent' => 0,
'XML::LibXML' => 0,
'XML::LibXSLT' => 0,

View File

@ -14,15 +14,17 @@ build_requires:
SOAP::Lite: 0
requires:
Apache::Session: 0
Authen::Captcha: 0
CGI: 3.08
Clone: 0
File::Basename: 0
HTML::Template: 0
Lemonldap::NG::Common: 1.2.0
Lemonldap::NG::Handler: 1.2.0
Lemonldap::NG::Common: 1.3.0
Lemonldap::NG::Handler: 1.3.0
MIME::Lite: 0
Net::LDAP: 0
String::Random: 0
Test::Pod: 0
URI: 0
XML::LibXML: 0
XML::LibXSLT: 0

View File

@ -29,8 +29,8 @@ WriteMakefile(
'CGI' => 3.08,
'File::Basename' => 0,
'HTML::Template' => 0,
'Lemonldap::NG::Common' => '1.2.0',
'Lemonldap::NG::Handler' => '1.2.0',
'Lemonldap::NG::Common' => '1.3.0',
'Lemonldap::NG::Handler' => '1.3.0',
'MIME::Lite' => 0,
'Net::LDAP' => 0,
'String::Random' => 0,