file;
use Path::Tiny;
use Try::Tiny;
use CPAN::Changes;
use CPAN::Changes::Group;
use JSON::MaybeXS qw/decode_json/;
with qw/
Dist::Zilla::Role::Plugin
Dist::Zilla::Role::FileMunger
/;
sub m
if(!path('META.json')->exists) {
$self->log(['Could not find META.json in distribution root - skips']);
return;
}
my $current_meta = decode_json(path('META.json')->slurp)->{'p
lf->repo->run('show', join ':' => ($tag, 'META.json'));
}
catch {
if($_ =~ m{^fatal:}) {
$self->log(['Could not find META.json in %s - skipping', $tag]);
}