Update Handler AuthBasic in 1.2 branch (#543)

This commit is contained in:
Clément Oudot 2012-10-16 14:11:52 +00:00
parent 3489910d99
commit 6428424930

View File

@ -16,7 +16,7 @@ use base qw(Lemonldap::NG::Handler::SharedConf);
use utf8;
no utf8;
our $VERSION = '1.2.2';
our $VERSION = '1.2.3';
# We need just this constant, that's why Portal is 'required' but not 'used'
*PE_OK = *Lemonldap::NG::Portal::SharedConf::PE_OK;