Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

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