Group
Extension

Matches 1

Alien-Build-Plugin-Download-GitHub ( P/PL/PLICEASE/Alien-Build-Plugin-Download-GitHub-0.10.tar.gz, PLICEASE, 2022; MetaCPAN )
Alien-Build-Plugin-Download-GitHub/lib/Alien/Build/Plugin/Download/GitHub.pm ( view source; MetaCPAN )
trict;
use warnings;
use 5.008001;
use Carp qw( croak );
use Path::Tiny qw( path );
use JSON::PP qw( decode_json );
use URI;
use Alien::Build::Plugin;
use Alien::Build::Plugin::Download::Negotiate;
us
$res->{content})
        {
          $rel = decode_json $res->{content};
        }
        elsif($res->{path})
        {
          $rel = decode_json path($res->{path})->slurp_raw;
        }
        e

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