Group
Extension

Matches 1

Mackerel-ReleaseUtils ( A/AS/ASTJ/Mackerel-ReleaseUtils-v0.2.5.tar.gz, ASTJ, 2021; MetaCPAN )
Mackerel-ReleaseUtils/lib/Mackerel/ReleaseUtils.pm ( view source; MetaCPAN )
;
use Carp qw/croak/;
use ExtUtils::MakeMaker qw/prompt/;
use File::Which qw/which/;
use JSON::PP qw/decode_json/;
use Path::Tiny qw/path/;
use POSIX qw(setlocale LC_TIME);
use Scope::Guard qw/guard/;
t_tag = shift;

    my $data = eval { decode_json scalar `ghch -f v$current_tag` };
    if ($! || $@ || $?) {
        die "calling ghch and/or decoding json failed: $@";
    }
    return grep {$_->{ti

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