From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
|
sub load_config {
+{
'Log::Dispatch' => +{},
'Text::MicroTemplate::Extended' => {
include_path => './tmpl/' ,
package_name => 'Extended::V::MT::Context' ,
}
};
}
__PACKAGE__->load_plugin( 'LogDispatch' );
1;
|