Group
Extension

Matches 1

Badge-Depot-Plugin-Githubactions ( C/CS/CSSON/Badge-Depot-Plugin-Githubactions-0.0100.tar.gz, CSSON, 2020; MetaCPAN )
Badge-Depot-Plugin-Githubactions/lib/Badge/Depot/Plugin/Githubactions.pm ( view source; MetaCPAN )
e namespace::autoclean;
use Types::Standard qw/Str HashRef Maybe/;
use Path::Tiny;
use JSON::MaybeXS 'decode_json';
with 'Badge::Depot';

has user => (
    is => 'ro',
    isa => Str,
    lazy => 1,
 

    my $self = shift;

    return {} if !path('META.json')->exists;

    my $json = path('META.json')->slurp_utf8;
    my $data = decode_json($json);

    return {} if !exists $data->{'resources'}{'r
r configuration. It looks for the C<resources/repository/web> setting in C<META.json>:

=over 4

=item *

If C<META.json> doesn't exist in the dist root, C<user> and C<repo> are required.

=item *

If

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