12345678910111213141516 package Lemonldap::NG::Portal::Main::Auth;use strict;use Mouse;our $VERSION = '2.0.15';extends 'Lemonldap::NG::Portal::Main::Plugin';# PROPERTIEShas authnLevel => ( is => 'rw' );sub stop { return 0 }1;
package
Lemonldap::NG::Portal::Main::Auth;
use
strict;
Mouse;
our
$VERSION
=
'2.0.15'
;
extends
'Lemonldap::NG::Portal::Main::Plugin'
# PROPERTIES
has
authnLevel
=> (
is
=>
'rw'
);
sub
stop {
return
0 }
1;