From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
|
{
sub _log { }
1;
}
__PACKAGE__->setup_plugins([ qw// ]);
__PACKAGE__-> log ( Example::Log->new ) unless $ENV {CATALYST_DEBUG};
__PACKAGE__->config();
__PACKAGE__->setup();
__PACKAGE__->meta->make_immutable();
|