# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
package MyVocabulary::MissingRole;

sub vocabulary {
  'https://some/uri' => 'draft2020-12',
}

1;
