Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

use Kelp::Base 'Kelp::Module::Config';
sub load
{
return {
injected => 1
};
}
1;