The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 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.