X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/5a304009f58fdfc2158e2ebfc9dd0a7f610fabb1..eb35960841709b828643bdf9792ecf627f0a1349:/t/91-meta.t diff --git a/t/91-meta.t b/t/91-meta.t index 8d65d18..d5e720b 100644 --- a/t/91-meta.t +++ b/t/91-meta.t @@ -3,7 +3,9 @@ use warnings; use Test::More; eval 'use Test::YAML::Meta'; -plan skip_all => "Test::YAML::Meta required for testing META.yml" if $@; +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; meta_yaml_ok();