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

use Moose;
extends 'Catalyst::Action';
our $VERSION = '1.02';
$VERSION = eval $VERSION;
sub execute {
return 1;
}
__PACKAGE__->meta->make_immutable;
1;