lemonldap-ng/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Auth.pm
2016-03-31 20:08:43 +00:00

13 lines
177 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;