Set version to 2.0.0

This commit is contained in:
Xavier Guimard 2015-05-14 06:45:13 +00:00
parent 49cebee889
commit d694323b11
17 changed files with 17 additions and 17 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -4,7 +4,7 @@ use strict;
use Exporter 'import';
use base qw(Exporter);
our $VERSION = '1.5.99';
our $VERSION = '2.0.0';
# CONSTANTS

View File

@ -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|(?:([^:/?#]+):)?(?://([^/?#]*))?([^?#]*)(?:\?([^#]*))?(?:#(.*))?|;

View File

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

View File

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

View File

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

View File

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

View File

@ -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'} } );

View File

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

View File

@ -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' );

View File

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

View File

@ -13,7 +13,7 @@
package Lemonldap::NG::Manager::Tree;
our $VERSION = '1.5.99';
our $VERSION = '2.0.0';
# Missing:
# * activeTimer