order tests
[perl/plp/.git] / t / meta.t
diff --git a/t/meta.t b/t/meta.t
deleted file mode 100644 (file)
index 8d65d18..0000000
--- a/t/meta.t
+++ /dev/null
@@ -1,9 +0,0 @@
-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();
-