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

use Moose;
use constant type => 'tool';
__PACKAGE__->meta->make_immutable;
no Moose;
1;