lemonldap-ng/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main.pm

14 lines
184 B
Perl
Raw Normal View History

2016-03-28 09:46:05 +02:00
package Lemonldap::NG::Portal::Main;
use strict;
use Mouse;
our $VERSION = '2.0.0';
2016-03-29 23:09:55 +02:00
extends(
'Lemonldap::NG::Portal::Main::Run',
2016-04-03 18:51:23 +02:00
'Lemonldap::NG::Portal::Main::Init',
2016-03-29 23:09:55 +02:00
);
2016-03-28 09:46:05 +02:00
1;