09447c10b45d384e43d15e520465443642654195
[perl/plp/.git] / t / 91-meta.t
1 use strict;
2 use warnings;
3
4 use Test::More;
5 eval 'use Test::CPAN::Meta::YAML';
6 plan skip_all => "Test::CPAN::Meta::YAML required to test META.yml" if $@;
7 plan skip_all => "Test::CPAN::Meta::YAML v0.13 required to test META.yml correctly"
8         if $Test::CPAN::Meta::YAML::VERSION < 0.13;
9
10 meta_yaml_ok();
11