@ -1,6 +1,6 @@
package Lemonldap::NG::Common;
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
1;
__END__
@ -5,7 +5,7 @@ use utf8;
use strict;
use Lemonldap::NG::Common::Conf::Serializer;
our $initDone;
sub prereq {
@ -1,7 +1,7 @@
# This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand
package Lemonldap::NG::Common::Conf::DefaultValues;
sub defaultValues {
return {
@ -7,7 +7,7 @@ use JSON;
use Plack::Request;
use URI::Escape;
our @ISA = ('Plack::Request');
@ -3,7 +3,7 @@ package Lemonldap::NG::Handler;
print STDERR
"Use the appropriate handler. For Apache, use Lemonldap::NG::Handler::ApacheMP2";
package Lemonldap::NG::Handler::Main::Reload;
package Lemonldap::NG::Handler::Main;
@ -17,7 +17,7 @@ use JSON;
use Lemonldap::NG::Common::Conf::Constants;
use Lemonldap::NG::Common::PSGI::Constants;
extends 'Lemonldap::NG::Common::Conf::AccessLib',
'Lemonldap::NG::Handler::PSGI::Router';
package Lemonldap::NG::Manager::Attributes;
sub types {
@ -6,7 +6,7 @@
package Lemonldap::NG::Manager::Build::Attributes;
use Regexp::Common qw/URI/;
@ -3,7 +3,7 @@ package Lemonldap::NG::Manager::Conf::Tests;
use utf8;
use Lemonldap::NG::Common::Regexp;
## @method hashref tests(hashref conf)
# Return a hash ref where keys are the names of the tests and values
package Lemonldap::NG::Manager::Conf::Zero;
sub zeroConf {
my ( $domain, $sessionDir, $persistentSessionDir, $notificationDir ) = @_;
# Alias for Lemonldap::NG::Portal::Main
package Lemonldap::NG::Portal;
use Lemonldap::NG::Portal::Main;
use base 'Lemonldap::NG::Portal::Main';
@ -20,7 +20,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_TOKENEXPIRED
);
extends 'Lemonldap::NG::Portal::Main::Plugin';
@ -9,7 +9,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_OK
extends 'Lemonldap::NG::Portal::Main::Auth';
@ -5,7 +5,7 @@ use GD::SecurityImage use_magick => 1;
use Mouse;
use MIME::Base64;
extends 'Lemonldap::NG::Common::Module';
@ -7,7 +7,7 @@ use strict;
use Lemonldap::NG::Portal::Main::Constants ':all';
extends 'Lemonldap::NG::Common::PSGI::Request';
@ -9,7 +9,7 @@
#
package Lemonldap::NG::Portal::Main::Run;
package Lemonldap::NG::Portal::Main;
@ -4,7 +4,7 @@ use strict;
use Lemonldap::NG::Portal::Main::Constants qw(PE_OK PE_WAIT);