From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use base Lemonldap::NG::Handler::Main;
sub run {
return $_[0]->SERVER_ERROR;
}
our $VERSION = '2.0.6';
1;