@ -17,8 +17,6 @@ our $VERSION = '0.86';
our @ISA = qw(Lemonldap::NG::Common::CGI Exporter);
use utf8;
binmode(STDOUT, ":utf8");
# Constants
use constant {
PE_REDIRECT => -2,
@ -73,6 +71,7 @@ our $self; # Safe cannot share a variable declared with my
# CONSTRUCTOR
sub new {
my $class = shift;
my $self = $class->SUPER::new();
$self->getConf(@_)