Update version in modules

This commit is contained in:
Clément OUDOT 2022-09-07 16:44:24 +02:00
parent 0770678482
commit a6169c4f1a
6 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Common; package Lemonldap::NG::Common;
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
1; 1;
__END__ __END__

View File

@ -39,7 +39,7 @@ WriteMakefile(
}, },
}, },
PREREQ_PM => { PREREQ_PM => {
'Lemonldap::NG::Common' => '2.0.14', 'Lemonldap::NG::Common' => '2.0.15',
'LWP::UserAgent' => 0, 'LWP::UserAgent' => 0,
'Mouse' => 0, 'Mouse' => 0,
'URI' => 0, 'URI' => 0,

View File

@ -3,7 +3,7 @@ package Lemonldap::NG::Handler;
# Use the appropriate handler # Use the appropriate handler
# For Apache, use Lemonldap::NG::Handler::ApacheMP2 # For Apache, use Lemonldap::NG::Handler::ApacheMP2
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
1; 1;

View File

@ -35,8 +35,8 @@ WriteMakefile(
PREREQ_PM => { PREREQ_PM => {
'Convert::PEM' => 0, 'Convert::PEM' => 0,
'Crypt::OpenSSL::RSA' => 0, 'Crypt::OpenSSL::RSA' => 0,
'Lemonldap::NG::Common' => '2.0.14', 'Lemonldap::NG::Common' => '2.0.15',
'Lemonldap::NG::Handler' => '2.0.14', 'Lemonldap::NG::Handler' => '2.0.15',
'LWP::UserAgent' => 0, 'LWP::UserAgent' => 0,
}, # e.g., Module::Name => 1.1 }, # e.g., Module::Name => 1.1
( (

View File

@ -65,7 +65,7 @@ WriteMakefile(
}, },
PREREQ_PM => { PREREQ_PM => {
'Clone' => 0, 'Clone' => 0,
'Lemonldap::NG::Handler' => '2.0.14', 'Lemonldap::NG::Handler' => '2.0.15',
'Regexp::Assemble' => 0, 'Regexp::Assemble' => 0,
}, },
( (

View File

@ -1,7 +1,7 @@
# Alias for Lemonldap::NG::Portal::Main # Alias for Lemonldap::NG::Portal::Main
package Lemonldap::NG::Portal; package Lemonldap::NG::Portal;
our $VERSION = '2.0.14'; our $VERSION = '2.0.15';
use Lemonldap::NG::Portal::Main; use Lemonldap::NG::Portal::Main;
use base 'Lemonldap::NG::Portal::Main'; use base 'Lemonldap::NG::Portal::Main';