4 plan skip_all => "Only run as part of the dist"
5 unless -f "MYMETA.json";
6 eval "use CPAN::Meta 2.110580;";
7 plan skip_all => "CPAN::Meta required for testing META.json"
9 plan skip_all => "Only if automated or author testing"
10 unless $ENV{AUTOMATED_TESTING} || -d ".git";
15 $meta = CPAN::Meta->load_file("MYMETA.json",
16 { lazy_validation => 0 }) },
17 "loaded MYMETA.json successfully")) {