diff options
Diffstat (limited to 't/meta.t')
-rw-r--r-- | t/meta.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/meta.t b/t/meta.t new file mode 100644 index 0000000..924aea2 --- /dev/null +++ b/t/meta.t @@ -0,0 +1,4 @@ +use Test::More; +eval "use Test::CPAN::Meta"; +plan skip_all => "Test::CPAN::Meta required for testing META.yml" if $@; +meta_yaml_ok(); |