lemonldap-ng/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main.pm

12 lines
252 B
Perl
Raw Normal View History

package Lemonldap::NG::Handler::Main;
use strict;
use Lemonldap::NG::Handler::Main::Init;
use Lemonldap::NG::Handler::Main::Reload;
use Lemonldap::NG::Handler::Main::Run;
use Lemonldap::NG::Handler::Main::SharedVariables;
our $VERSION = '2.0.0';
2014-07-07 20:30:42 +02:00
1;