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

use Kelp::Base 'Kelp::Module';
sub build
{
my ($self, %args) = @_;
}
1;
# This is a stub module which may be used as a placeholder for a future module.