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