diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session.pm index e1c21935d..10c7895bc 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session.pm @@ -15,7 +15,7 @@ use Lemonldap::NG::Common::Apache::Session::Serialize::JSON; use Lemonldap::NG::Common::Apache::Session::Store; use Lemonldap::NG::Common::Apache::Session::Lock; -our $VERSION = '1.5.99'; +our $VERSION = '2.0.0'; sub _load { my $backend = shift; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/Serialize/JSON.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/Serialize/JSON.pm index cf0a554e6..fa5c59f60 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/Serialize/JSON.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Apache/Session/Serialize/JSON.pm @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); use JSON; -our $VERSION = '1.5.99'; +our $VERSION = '2.0.0'; sub serialize { my $session = shift; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm index e315bb517..622850c4a 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm @@ -22,7 +22,7 @@ use Config::IniFiles; #inherits Lemonldap::NG::Common::Conf::SOAP #inherits Lemonldap::NG::Common::Conf::LDAP -our $VERSION = '1.5.99'; +our $VERSION = '2.0.0'; our $msg = ''; our $iniObj; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm index 2895c5b20..f1a2f6a03 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm @@ -1,7 +1,7 @@ # This file is generated by scripts/jsongenerator.pl. Don't modify it by hand package Lemonldap::NG::Common::Conf::DefaultValues; -our $VERSION = '1.5.99'; +our $VERSION = '2.0.0'; sub defaultValues { return { diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/MongoDB.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/MongoDB.pm index 092f8ea16..5514514fb 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/MongoDB.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/MongoDB.pm @@ -4,7 +4,7 @@ use 5.010; use strict; use MIME::Base64; -our $VERSION = '1.5.99'; +our $VERSION = '2.0.0'; our $initDone; sub prereq { diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI.pm index 210e09e46..0b8332a3c 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI.pm @@ -6,7 +6,7 @@ use JSON; use Lemonldap::NG::Common::PSGI::Constants; use Lemonldap::NG::Common::PSGI::Request; -our $VERSION = '1.5.99'; +our $VERSION = '2.0.0'; our $_json = JSON->new->allow_nonref; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Constants.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Constants.pm index 156494676..3e8cb2af5 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Constants.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Constants.pm @@ -4,7 +4,7 @@ use strict; use Exporter 'import'; use base qw(Exporter); -our $VERSION = '1.5.99'; +our $VERSION = '2.0.0'; # CONSTANTS diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Request.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Request.pm index 9af03f9fc..6e1650d53 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Request.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Request.pm @@ -5,7 +5,7 @@ use Mouse; use JSON; use URI::Escape; -our $VERSION = '1.5.99'; +our $VERSION = '2.0.0'; # http :// server / path ? query # fragment # m|(?:([^:/?#]+):)?(?://([^/?#]*))?([^?#]*)(?:\?([^#]*))?(?:#(.*))?|; diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Router.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Router.pm index 75815ad70..c23769db4 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Router.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Router.pm @@ -4,7 +4,7 @@ use Mouse; use Lemonldap::NG::Common::PSGI; use Lemonldap::NG::Common::PSGI::Constants; -our $VERSION = '1.5.99'; +our $VERSION = '2.0.0'; extends 'Lemonldap::NG::Common::PSGI'; diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI.pm index 3d7cbeb1e..c84d70d8c 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI.pm @@ -5,7 +5,7 @@ use Mouse; use Lemonldap::NG::Handler::SharedConf qw(:tsv :variables); extends 'Lemonldap::NG::Common::PSGI::Router'; -our $VERSION = 1.5.99; +our $VERSION = '2.0.0'; around init => sub { my ( $method, $self, $args ) = splice @_; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm index 6a4b9b9b2..e235dc6ee 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm @@ -12,7 +12,7 @@ package Lemonldap::NG::Manager; use 5.10.0; use Mouse; -our $VERSION = '1.5.99'; +our $VERSION = '2.0.0'; use Lemonldap::NG::Common::Conf::Constants; use Lemonldap::NG::Common::PSGI::Constants; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm index b9837ebaa..d24e8451d 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm @@ -6,7 +6,7 @@ package Lemonldap::NG::Manager::Attributes; -our $VERSION = '1.5.99'; +our $VERSION = '2.0.0'; use strict; use Regexp::Common qw/URI/; diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Constants.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Constants.pm index 406d606f3..85ec5247c 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Constants.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Constants.pm @@ -5,7 +5,7 @@ use strict; use Exporter 'import'; use base qw(Exporter); -our $VERSION = '1.5.99'; +our $VERSION = '2.0.0'; our %EXPORT_TAGS = ( 'all' => [qw($simpleHashKeys $specialNodeKeys $oidcOPMetaDataNodeKeys $oidcRPMetaDataNodeKeys $samlIDPMetaDataNodeKeys $samlSPMetaDataNodeKeys $virtualHostKeys $specialNodeHash)] ); our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Lib.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Lib.pm index a93e98db3..328593019 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Lib.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Lib.pm @@ -13,7 +13,7 @@ has 'currentConf' => ( is => 'rw', required => 1, default => sub { { cfgNum => 0 } } ); has 'protection' => ( is => 'rw', isa => 'Str', default => 'manager' ); -our $VERSION = '1.5.99'; +our $VERSION = '2.0.0'; ## @method Lemonldap::NG::Common::Conf confAcc() # Configuration access object diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Notifications.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Notifications.pm index a2e011d83..138a60acd 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Notifications.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Notifications.pm @@ -12,7 +12,7 @@ use feature 'state'; extends 'Lemonldap::NG::Manager::Lib'; -our $VERSION = '1.5.99'; +our $VERSION = '2.0.0'; has _notifAccess => ( is => 'rw' ); diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Sessions.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Sessions.pm index a440332fe..360f531f5 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Sessions.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Sessions.pm @@ -14,7 +14,7 @@ use feature 'state'; extends 'Lemonldap::NG::Manager::Lib'; -our $VERSION = '1.5.99'; +our $VERSION = '2.0.0'; ############################# # I. INITIALIZATION METHODS # diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Tree.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Tree.pm index e46d1cea0..d183386d9 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Tree.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Tree.pm @@ -13,7 +13,7 @@ package Lemonldap::NG::Manager::Tree; -our $VERSION = '1.5.99'; +our $VERSION = '2.0.0'; # Missing: # * activeTimer