update META.yml to spec v1.4
[perl/plp/.git] / t / 91-meta.t
index d5e720b6791745bc87f7407a38ee85930ba18e90..2f9862791d1b7c47e96843f88a8ecdfa2cf27c01 100644 (file)
@@ -4,8 +4,8 @@ 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;
+plan skip_all => "Test::YAML::Meta v0.13 required to test META.yml correctly"
+       if $Test::YAML::Meta::VERSION < 0.13;
 
 meta_yaml_ok();