Group
Extension

Matches 1

Dist-Zilla-Plugin-ChangeStats-Dependencies-Git ( C/CS/CSSON/Dist-Zilla-Plugin-ChangeStats-Dependencies-Git-0.0200.tar.gz, CSSON, 2016; MetaCPAN )
Dist-Zilla-Plugin-ChangeStats-Dependencies-Git/lib/Dist/Zilla/Plugin/ChangeStats/Dependencies/Git.pm ( view source; MetaCPAN )
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]);
        }
        

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.