replace deprecated Test::YAML::Meta by equivalent Test::CPAN::Meta::YAML
[perl/plp/.git] / t / 91-meta.t
index 2f9862791d1b7c47e96843f88a8ecdfa2cf27c01..09447c10b45d384e43d15e520465443642654195 100644 (file)
@@ -2,10 +2,10 @@ use strict;
 use warnings;
 
 use Test::More;
-eval 'use Test::YAML::Meta';
-plan skip_all => "Test::YAML::Meta required to test META.yml" if $@;
-plan skip_all => "Test::YAML::Meta v0.13 required to test META.yml correctly"
-       if $Test::YAML::Meta::VERSION < 0.13;
+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();