lemonldap-ng/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/ApacheMP2/CDA.pm

14 lines
314 B
Perl
Raw Normal View History

2017-02-16 12:08:15 +01:00
# LLNG wrapper class to enable CDA handler with Apache-2/ModPerl-2
#
2019-02-04 20:58:04 +01:00
# See https://lemonldap-ng.org/documentation/latest/handlerarch
2017-02-16 12:08:15 +01:00
package Lemonldap::NG::Handler::ApacheMP2::CDA;
use strict;
use base 'Lemonldap::NG::Handler::Lib::CDA',
'Lemonldap::NG::Handler::ApacheMP2::Main';
our $VERSION = '2.0.0';
1;