generation --- generate files
#pod #
#pod [ModuleBuild]
#pod [MetaYAML]
#pod [MetaJSON]
#pod [Manifest]
#pod [License]
#pod [ReadmeAnyFromPod]
#pod [CPANFile]
#pod
#pod
# add META.yml (supports CPAN::Meta::Spec v1.4)
'MetaJSON', # add META.json (supports CPAN::Meta::Spec v2.0 upwards)
'CPANFile',
};
if ($dzil_meta->install_json) {
$self->log("Excluding packages of Dist::Zilla distribution");
$dzil_pkg = $dzil_meta->install_json_hash->{provides};
}