order tests
[perl/plp/.git] / t / 91-meta.t
diff --git a/t/91-meta.t b/t/91-meta.t
new file mode 100644 (file)
index 0000000..8d65d18
--- /dev/null
@@ -0,0 +1,9 @@
+use strict;
+use warnings;
+
+use Test::More;
+eval 'use Test::YAML::Meta';
+plan skip_all => "Test::YAML::Meta required for testing META.yml" if $@;
+
+meta_yaml_ok();
+