Perl module version number X.Y.Z MUST be quoted in Makefile.PL (#286)

This commit is contained in:
Clément Oudot 2011-03-16 16:42:58 +00:00
parent db97a79752
commit 56f1213c43
6 changed files with 15 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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,

View File

@ -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

View File

@ -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,