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

# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
use Moo;
sub vocabulary {
'https://some/uri' => 'wrongdraft',
}
sub keywords {}
1;