Group
Extension

Matches 1

Alien-Build-Plugin-Download-GitLab ( P/PL/PLICEASE/Alien-Build-Plugin-Download-GitLab-0.01.tar.gz, PLICEASE, 2022; MetaCPAN )
Alien-Build-Plugin-Download-GitLab/lib/Alien/Build/Plugin/Download/GitLab.pm ( view source; MetaCPAN )
ad::GitLab;

use strict;
use warnings;
use 5.008004;
use Carp qw( croak );
use URI;
use JSON::PP qw( decode_json );
use URI::Escape qw( uri_escape );
use Alien::Build::Plugin;
use File::Basename qw( b
     if($res->{content})
      {
        $rel = decode_json $res->{content};
      }
      elsif($res->{path})
      {
        $rel = decode_json path($res->{path})->slurp_raw;
      }
      else
    

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