From be4b0701d22922c041f9d7fb7d6f3f0f9404d922 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Wed, 16 May 2018 11:06:25 +0200 Subject: [PATCH] Missing declaration (#1422) --- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Issuer.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Issuer.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Issuer.pm index 724db13b4..442904c5d 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Issuer.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Issuer.pm @@ -14,6 +14,7 @@ use IO::String; use Lemonldap::NG::Portal::Main::Constants qw( PE_OK PE_RENEWSESSION + PE_SENDRESPONSE ); extends 'Lemonldap::NG::Portal::Main::Plugin';