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