]> git.imager.perl.org - imager.git/blob - t/x10meta.t
try to generate all coverage into the one cover_db
[imager.git] / t / x10meta.t
1 #!perl -w
2 # this is not intended for distribution with Imager
3 # it is intended for testing from SVN only
4 use strict;
5 use Test::More;
6 eval "use Test::YAML::Meta";
7 plan skip_all => "Test::YAML::Meta required for testing META.yml" if $@;
8 meta_yaml_ok();
9