Harmonize

This commit is contained in:
Christophe Maudoux 2019-09-22 19:45:39 +02:00
parent 5d9fc02205
commit 19e7f68640
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
package Lemonldap::NG::Handler::PSGI::Fail;
use strict;
use base 'Lemonldap::NG::Handler::Lib::Fail',
'Lemonldap::NG::Handler::PSGI::Main';

View File

@ -45,4 +45,5 @@ sub unset_header_in {
*print = *Lemonldap::NG::Handler::PSGI::Main::print;
*addToHtmlHead = *Lemonldap::NG::Handler::PSGI::Main::addToHtmlHead;
*cgiName = *Lemonldap::NG::Handler::PSGI::Main::cgiName;
1;