Group
Extension

Matches 1

Badge-Depot-Plugin-Perl ( C/CS/CSSON/Badge-Depot-Plugin-Perl-0.0103.tar.gz, CSSON, 2016; MetaCPAN )
Badge-Depot-Plugin-Perl/lib/Badge/Depot/Plugin/Perl.pm ( view source; MetaCPAN )
seX::AttributeShortcuts;
use Types::Standard qw/Str Bool/;
use Types::URI qw/Uri/;
use JSON::MaybeXS 'decode_json';
use Path::Tiny;
with 'Badge::Depot';

our $VERSION = '0.0103'; # VERSION
# ABSTRACT:
 $self = shift;

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

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

    return 'unknown' if !exists $data->{'prereqs
META.json> and uses that.

It is set to 'unknown' if it is neither given or exists in C<META.json>.

=head2 trailing

A string to add after the version, if the version is fetched from C<META.json>. De

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