add charset to default content-type header if STDOUT is in UTF-8
[perl/plp/.git] / t / 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