order tests
[perl/plp/.git] / t / 91-meta.t
1 use strict;
2 use warnings;
3
4 use Test::More;
5 eval 'use Test::YAML::Meta';
6 plan skip_all => "Test::YAML::Meta required for testing META.yml" if $@;
7
8 meta_yaml_ok();
9