t/50-cgi: encode special chars in file names
[perl/plp/.git] / t / 91-meta.t
index 8d65d18e1964b79806debd4acafd1c40ba765102..09447c10b45d384e43d15e520465443642654195 100644 (file)
@@ -2,8 +2,10 @@ use strict;
 use warnings;
 
 use Test::More;
-eval 'use Test::YAML::Meta';
-plan skip_all => "Test::YAML::Meta required for testing META.yml" if $@;
+eval 'use Test::CPAN::Meta::YAML';
+plan skip_all => "Test::CPAN::Meta::YAML required to test META.yml" if $@;
+plan skip_all => "Test::CPAN::Meta::YAML v0.13 required to test META.yml correctly"
+       if $Test::CPAN::Meta::YAML::VERSION < 0.13;
 
 meta_yaml_ok();