lemonldap-ng/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Server/DevOps.pm

14 lines
314 B
Perl
Raw Normal View History

2017-02-22 07:35:19 +01:00
# LLNG wrapper class to enable DevOps handler with FastCGI handler
#
2019-02-04 20:58:04 +01:00
# See https://lemonldap-ng.org/documentation/latest/handlerarch
2017-02-22 07:35:19 +01:00
package Lemonldap::NG::Handler::Server::DevOps;
use strict;
use base 'Lemonldap::NG::Handler::Lib::DevOps',
'Lemonldap::NG::Handler::Server::Main';
2019-02-12 18:21:38 +01:00
our $VERSION = '2.1.0';
2017-02-22 07:35:19 +01:00
1;