The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
use Moo;
sub vocabulary {
}
sub keywords {}
sub evaluation_order { 1 } # conflicts with Validation vocabulary
1;