Add String::Random as Common build dependency (Fixes: #2052, RT-131220)

This commit is contained in:
Xavier Guimard 2020-04-26 08:54:17 +02:00
parent 2312f5b225
commit 1a01a96af4
7 changed files with 13 additions and 10 deletions

View File

@ -24,6 +24,7 @@
"requires" : {
"IO::String" : "0",
"Net::LDAP" : "0",
"String::Random" : "0",
"Test::Pod" : "1"
}
},
@ -73,5 +74,5 @@
"x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org"
},
"version" : "v2.0.7",
"x_serialization_backend" : "JSON::PP version 2.97001"
"x_serialization_backend" : "JSON::PP version 4.02"
}

View File

@ -5,6 +5,7 @@ author:
build_requires:
IO::String: '0'
Net::LDAP: '0'
String::Random: '0'
Test::Pod: '1'
configure_requires:
ExtUtils::MakeMaker: '0'

View File

@ -24,9 +24,10 @@ WriteMakefile(
VERSION_FROM => 'lib/Lemonldap/NG/Common.pm', # finds $VERSION
LICENSE => 'gpl',
BUILD_REQUIRES => {
'IO::String' => 0,
'Net::LDAP' => 0,
'Test::Pod' => 1.00,
'IO::String' => 0,
'Net::LDAP' => 0,
'String::Random' => 0,
'Test::Pod' => 1.00,
},
META_MERGE => {
'recommends' => {
@ -90,7 +91,7 @@ WriteMakefile(
},
MAN1PODS => {
'scripts/convertConfig' => 'blib/man1/convertConfig.1p',
'scripts/convertSessions' => 'blib/man1/convertSessions.1p',
'scripts/convertSessions' => 'blib/man1/convertSessions.1p',
'scripts/lemonldap-ng-cli' => 'blib/man1/lemonldap-ng-cli.1p',
},
);

View File

@ -59,5 +59,5 @@
"x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org"
},
"version" : "v2.0.7",
"x_serialization_backend" : "JSON::PP version 2.97001"
"x_serialization_backend" : "JSON::PP version 4.02"
}

View File

@ -54,6 +54,6 @@
],
"x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org"
},
"version" : "v2.0.7",
"x_serialization_backend" : "JSON::PP version 2.97001"
"version" : "v2.0.8",
"x_serialization_backend" : "JSON::PP version 4.02"
}

View File

@ -32,5 +32,5 @@ resources:
X_twitter: https://twitter.com/lemonldapng
homepage: http://lemonldap-ng.org/
license: http://opensource.org/licenses/GPL-2.0
version: v2.0.7
version: v2.0.8
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

@ -81,5 +81,5 @@
"x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org"
},
"version" : "v2.0.7",
"x_serialization_backend" : "JSON::PP version 2.97001"
"x_serialization_backend" : "JSON::PP version 4.02"
}