lemonldap-ng/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/CDA.pm
2019-02-04 20:50:27 +01:00

14 lines
304 B
Perl

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