The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Kelp::Module::Template::Null - A template module placeholder

SYNOPSIS

modules => [qw(Template::Null)],
modules_init => {
    Template::Null => {
        val1 => 1,
        val2 => 2,
        whatever => "it won't use it anyway",
    },
},

DESCRIPTION

This is a stub template module which may be used as a placeholder for a future template module.