1#!perl -w
2
3use strict;
4use Test::More;
5eval "use Test::YAML::Meta";
6plan skip_all => "Test::YAML::Meta required for testing META.yml" if $@;
7meta_yaml_ok();
8