lemonldap-ng/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Auth.pm
2016-04-03 06:33:50 +00:00

13 lines
179 B
Perl

package Lemonldap::NG::Portal::Main::Auth;
use strict;
use Mouse;
our $VERSION = '2.0.0';
extends 'Lemonldap::NG::Portal::Main::Module';
has authnLevel => ( is => 'rw' );
1;