92metatest.t

use Test::More;
eval "use Test::YAML::Meta";
plan skip_all => "Test::YAML::Meta required" if $@;
meta_yaml_ok();
  • Validates your META.yml
  • Verifies that it matches a known specification version