lemonldap-ng/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Server/CDA.pm
2017-02-16 11:08:15 +00:00

14 lines
304 B
Perl

# LLNG wrapper class to enable CDA handler with FastCGI handler
#
# See http://lemonldap-ng.org/documentation/latest/handlerarch
package Lemonldap::NG::Handler::Server::CDA;
use strict;
use base 'Lemonldap::NG::Handler::Lib::CDA',
'Lemonldap::NG::Handler::Server::Main';
our $VERSION = '2.0.0';
1;