Fix versions

This commit is contained in:
Xavier Guimard 2020-10-07 17:15:20 +02:00
parent 4583f3a9e6
commit e7526f32af
20 changed files with 20 additions and 20 deletions

View File

@ -9,7 +9,7 @@ use Lemonldap::NG::Common::Apache::Session;
use Lemonldap::NG::Common::Session;
use Lemonldap::NG::Common::Util qw/getPSessionID genId2F/;
our $VERSION = '2.0.9';
our $VERSION = '2.1.0';
has opts => ( is => 'rw' );

View File

@ -5,7 +5,7 @@ use MIME::Entity;
use Email::Sender::Simple qw(sendmail);
use Email::Date::Format qw(email_date);
our $VERSION = '2.0.9';
our $VERSION = '2.1.0';
sub new {
my ( $class, $conf ) = @_;

View File

@ -6,7 +6,7 @@ use MIME::Base64 qw/encode_base64/;
use 5.10.0;
our $VERSION = '2.0.9';
our $VERSION = '2.1.0';
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(getSameSite getPSessionID genId2F);

View File

@ -1,7 +1,7 @@
package Plack::Middleware::Auth::LemonldapNG;
our $AUTHORITY = 'cpan:GUIMARD';
our $VERSION = '2.1.0';
our $VERSION = '2.1.0';
our $llclass = 'Lemonldap::NG::Handler::Server';
use strict;

View File

@ -17,7 +17,7 @@ use Lemonldap::NG::Manager::Api::Providers::CasApp;
use Lemonldap::NG::Manager::Api::Menu::Cat;
use Lemonldap::NG::Manager::Api::Menu::App;
our $VERSION = '2.0.9';
our $VERSION = '2.1.0';
#############################
# I. INITIALIZATION METHODS #

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Manager::Api::2F;
our $VERSION = '2.0.9';
our $VERSION = '2.1.0';
package Lemonldap::NG::Manager::Api;

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Manager::Api::Common;
our $VERSION = '2.0.9';
our $VERSION = '2.1.0';
package Lemonldap::NG::Manager::Api;

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Manager::Api::Menu::App;
our $VERSION = '2.0.9';
our $VERSION = '2.1.0';
package Lemonldap::NG::Manager::Api;

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Manager::Api::Menu::Cat;
our $VERSION = '2.0.9';
our $VERSION = '2.1.0';
package Lemonldap::NG::Manager::Api;

View File

@ -1,7 +1,7 @@
# Miscenalleous endpoints
package Lemonldap::NG::Manager::Api::Misc;
our $VERSION = '2.0.9';
our $VERSION = '2.1.0';
package Lemonldap::NG::Manager::Api;

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Manager::Api::Providers::CasApp;
our $VERSION = '2.0.9';
our $VERSION = '2.1.0';
package Lemonldap::NG::Manager::Api;

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Manager::Api::Providers::OidcRp;
our $VERSION = '2.0.8';
our $VERSION = '2.1.0';
package Lemonldap::NG::Manager::Api;

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Manager::Api::Providers::SamlSp;
our $VERSION = '2.0.8';
our $VERSION = '2.1.0';
package Lemonldap::NG::Manager::Api;

View File

@ -2,7 +2,7 @@ package Lemonldap::NG::Manager::Plugin;
use strict;
use Mouse;
our $VERSION = '2.0.8';
our $VERSION = '2.1.0';
extends 'Lemonldap::NG::Common::Module';

View File

@ -52,7 +52,7 @@ recommends:
Web::ID: '0'
requires:
Clone: '0'
Lemonldap::NG::Handler: v2.0.9
Lemonldap::NG::Handler: v2.1.0
Regexp::Assemble: '0'
resources:
MailingList: mailto:lemonldap-ng-dev@ow2.org

View File

@ -64,7 +64,7 @@ WriteMakefile(
},
PREREQ_PM => {
'Clone' => 0,
'Lemonldap::NG::Handler' => '2.0.9',
'Lemonldap::NG::Handler' => '2.1.0',
'Regexp::Assemble' => 0,
},
(

View File

@ -8,7 +8,7 @@ use Lemonldap::NG::Common::FormEncode;
use Lemonldap::NG::Common::UserAgent;
use Lemonldap::NG::Portal::Main::Constants qw(PE_OK PE_ERROR PE_REDIRECT);
our $VERSION = '2.0.9';
our $VERSION = '2.1.0';
extends 'Lemonldap::NG::Portal::Main::Auth';

View File

@ -4,7 +4,7 @@ use strict;
use Mouse;
use Lemonldap::NG::Portal::Main::Constants qw(PE_OK);
our $VERSION = '2.0.8';
our $VERSION = '2.1.0';
sub init {
1;

View File

@ -12,7 +12,7 @@ use Unicode::String qw(utf8);
use Scalar::Util 'weaken';
use utf8;
our $VERSION = '2.1.0';
our $VERSION = '2.1.0';
our $ppLoaded = 0;
BEGIN {

View File

@ -5,7 +5,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_OK
);
our $VERSION = '2.0.10';
our $VERSION = '2.1.0';
extends 'Lemonldap::NG::Portal::Main::Plugin';