The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package CatalystLike::Controller;
use Moose;
use namespace::autoclean;
use MooseX::MethodAttributes;
with 'MooseX::MethodAttributes::Role::AttrContainer::Inheritable';

1;