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

package Extended;
use strict;
use parent qw/Amon2/;
sub load_config {
+{
'Log::Dispatch' => +{},
'Text::MicroTemplate::Extended' => {
include_path => './tmpl/',
package_name => 'Extended::V::MT::Context',
}
};
}
__PACKAGE__->load_plugin('LogDispatch');
1;