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::Store;
use Lemonldap::NG::Common::Apache::Session::Lock; use Lemonldap::NG::Common::Apache::Session::Lock;
our $VERSION = '1.5.99'; our $VERSION = '2.0.0';
sub _load { sub _load {
my $backend = shift; my $backend = shift;

View File

@ -4,7 +4,7 @@ use strict;
use vars qw($VERSION); use vars qw($VERSION);
use JSON; use JSON;
our $VERSION = '1.5.99'; our $VERSION = '2.0.0';
sub serialize { sub serialize {
my $session = shift; my $session = shift;

View File

@ -22,7 +22,7 @@ use Config::IniFiles;
#inherits Lemonldap::NG::Common::Conf::SOAP #inherits Lemonldap::NG::Common::Conf::SOAP
#inherits Lemonldap::NG::Common::Conf::LDAP #inherits Lemonldap::NG::Common::Conf::LDAP
our $VERSION = '1.5.99'; our $VERSION = '2.0.0';
our $msg = ''; our $msg = '';
our $iniObj; our $iniObj;

View File

@ -1,7 +1,7 @@
# This file is generated by scripts/jsongenerator.pl. Don't modify it by hand # This file is generated by scripts/jsongenerator.pl. Don't modify it by hand
package Lemonldap::NG::Common::Conf::DefaultValues; package Lemonldap::NG::Common::Conf::DefaultValues;
our $VERSION = '1.5.99'; our $VERSION = '2.0.0';
sub defaultValues { sub defaultValues {
return { return {

View File

@ -4,7 +4,7 @@ use 5.010;
use strict; use strict;
use MIME::Base64; use MIME::Base64;
our $VERSION = '1.5.99'; our $VERSION = '2.0.0';
our $initDone; our $initDone;
sub prereq { sub prereq {

View File

@ -6,7 +6,7 @@ use JSON;
use Lemonldap::NG::Common::PSGI::Constants; use Lemonldap::NG::Common::PSGI::Constants;
use Lemonldap::NG::Common::PSGI::Request; use Lemonldap::NG::Common::PSGI::Request;
our $VERSION = '1.5.99'; our $VERSION = '2.0.0';
our $_json = JSON->new->allow_nonref; our $_json = JSON->new->allow_nonref;

View File

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

View File

@ -5,7 +5,7 @@ use Mouse;
use JSON; use JSON;
use URI::Escape; use URI::Escape;
our $VERSION = '1.5.99'; our $VERSION = '2.0.0';
# http :// server / path ? query # fragment # http :// server / path ? query # fragment
# m|(?:([^:/?#]+):)?(?://([^/?#]*))?([^?#]*)(?:\?([^#]*))?(?:#(.*))?|; # m|(?:([^:/?#]+):)?(?://([^/?#]*))?([^?#]*)(?:\?([^#]*))?(?:#(.*))?|;

View File

@ -4,7 +4,7 @@ use Mouse;
use Lemonldap::NG::Common::PSGI; use Lemonldap::NG::Common::PSGI;
use Lemonldap::NG::Common::PSGI::Constants; use Lemonldap::NG::Common::PSGI::Constants;
our $VERSION = '1.5.99'; our $VERSION = '2.0.0';
extends 'Lemonldap::NG::Common::PSGI'; extends 'Lemonldap::NG::Common::PSGI';

View File

@ -5,7 +5,7 @@ use Mouse;
use Lemonldap::NG::Handler::SharedConf qw(:tsv :variables); use Lemonldap::NG::Handler::SharedConf qw(:tsv :variables);
extends 'Lemonldap::NG::Common::PSGI::Router'; extends 'Lemonldap::NG::Common::PSGI::Router';
our $VERSION = 1.5.99; our $VERSION = '2.0.0';
around init => sub { around init => sub {
my ( $method, $self, $args ) = splice @_; my ( $method, $self, $args ) = splice @_;

View File

@ -12,7 +12,7 @@ package Lemonldap::NG::Manager;
use 5.10.0; use 5.10.0;
use Mouse; use Mouse;
our $VERSION = '1.5.99'; our $VERSION = '2.0.0';
use Lemonldap::NG::Common::Conf::Constants; use Lemonldap::NG::Common::Conf::Constants;
use Lemonldap::NG::Common::PSGI::Constants; use Lemonldap::NG::Common::PSGI::Constants;

View File

@ -6,7 +6,7 @@
package Lemonldap::NG::Manager::Attributes; package Lemonldap::NG::Manager::Attributes;
our $VERSION = '1.5.99'; our $VERSION = '2.0.0';
use strict; use strict;
use Regexp::Common qw/URI/; use Regexp::Common qw/URI/;

View File

@ -5,7 +5,7 @@ use strict;
use Exporter 'import'; use Exporter 'import';
use base qw(Exporter); 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_TAGS = ( 'all' => [qw($simpleHashKeys $specialNodeKeys $oidcOPMetaDataNodeKeys $oidcRPMetaDataNodeKeys $samlIDPMetaDataNodeKeys $samlSPMetaDataNodeKeys $virtualHostKeys $specialNodeHash)] );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );

View File

@ -13,7 +13,7 @@ has 'currentConf' =>
( is => 'rw', required => 1, default => sub { { cfgNum => 0 } } ); ( is => 'rw', required => 1, default => sub { { cfgNum => 0 } } );
has 'protection' => ( is => 'rw', isa => 'Str', default => 'manager' ); has 'protection' => ( is => 'rw', isa => 'Str', default => 'manager' );
our $VERSION = '1.5.99'; our $VERSION = '2.0.0';
## @method Lemonldap::NG::Common::Conf confAcc() ## @method Lemonldap::NG::Common::Conf confAcc()
# Configuration access object # Configuration access object

View File

@ -12,7 +12,7 @@ use feature 'state';
extends 'Lemonldap::NG::Manager::Lib'; extends 'Lemonldap::NG::Manager::Lib';
our $VERSION = '1.5.99'; our $VERSION = '2.0.0';
has _notifAccess => ( is => 'rw' ); has _notifAccess => ( is => 'rw' );

View File

@ -14,7 +14,7 @@ use feature 'state';
extends 'Lemonldap::NG::Manager::Lib'; extends 'Lemonldap::NG::Manager::Lib';
our $VERSION = '1.5.99'; our $VERSION = '2.0.0';
############################# #############################
# I. INITIALIZATION METHODS # # I. INITIALIZATION METHODS #

View File

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