Group
Extension

Matches 1

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

# ABSTRACT: Travis plugin for Badge::Depot
our $AUTHORITY = 'c

    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.