require Test::YAML::Meta 0.10 for correct testing
[perl/plp/.git] / t / 91-meta.t
index 8d65d18e1964b79806debd4acafd1c40ba765102..d5e720b6791745bc87f7407a38ee85930ba18e90 100644 (file)
@@ -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();