X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/eb35960841709b828643bdf9792ecf627f0a1349..9038784fd549da6452ab9491eae5d3fd5dd9fa42:/t/91-meta.t diff --git a/t/91-meta.t b/t/91-meta.t index d5e720b..09447c1 100644 --- a/t/91-meta.t +++ b/t/91-meta.t @@ -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.10 required to test META.yml correctly" - if $Test::YAML::Meta::VERSION < 0.10; +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();