This commit is contained in:
Xavier Guimard 2017-04-19 08:32:42 +00:00
parent ef8ff0f4cb
commit fc2d796ba3

View File

@ -2,6 +2,10 @@ package Lemonldap::NG::Portal::Plugins::CDA;
use strict;
use Mouse;
use Lemonldap::NG::Portal::Main::Constants qw(
PE_APACHESESSIONERROR
PE_OK
);
our $VERSION = '2.0.0';