The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789101112 package Lemonldap::NG::Portal::Auth::Custom;use Lemonldap::NG::Portal::Lib::CustomModule;use strict;our @ISA = qw(Lemonldap::NG::Portal::Lib::CustomModule);use constant { custom_name => "Auth", custom_config_key => "customAuth",};1;
package
Lemonldap::NG::Portal::Auth::Custom;
use
Lemonldap::NG::Portal::Lib::CustomModule;
strict;
our
@ISA
=
qw(Lemonldap::NG::Portal::Lib::CustomModule)
;
constant {
custom_name
=>
"Auth"
,
custom_config_key
"customAuth"
};
1;