activate GID and EGID after a case where it would have helped:
[cpan-testers-parsereport.git] / t / 01-metayaml.t
blob08540124f003545c7e314153bd62fff0a4aaaa51
1 #!perl -T
3 use strict;
4 use warnings;
5 use Test::More;
7 # Ensure a recent version of Test::Pod
8 my $min = 0.12;
9 eval "use Test::CPAN::Meta $min";
10 plan skip_all => "Test::CPAN::Meta $min required for testing META.yml" if $@;
12 meta_yaml_ok();