lemonldap-ng/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/Base.pm

13 lines
179 B
Perl
Raw Normal View History

2016-04-07 23:31:56 +02:00
package Lemonldap::NG::Portal::Auth::Base;
2016-03-31 22:08:43 +02:00
use strict;
use Mouse;
our $VERSION = '2.0.0';
extends 'Lemonldap::NG::Portal::Main::Module';
2016-04-03 08:33:50 +02:00
has authnLevel => ( is => 'rw' );
2016-03-31 22:08:43 +02:00
1;