The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use strict;
our @ISA = qw(Lemonldap::NG::Portal::Lib::CustomModule);
use constant {
custom_name => "Auth",
custom_config_key => "customAuth",
};
1;