Group
Extension

Matches 2

App-Rakubrew ( P/PA/PATRICKB/App-Rakubrew-45.tar.gz, PATRICKB, 2025; MetaCPAN )
App-Rakubrew/lib/App/Rakubrew/Update.pm ( view source; MetaCPAN )
 = qw(Exporter);
our @EXPORT = qw();

use strict;
use warnings;
use 5.010;
use HTTP::Tinyish;
use JSON;
use FindBin qw( $RealBin $RealScript );
use File::Copy;
use File::Spec::Functions qw( catfile ca
($res->{success}) {
        say STDERR "Couldn\'t fetch release index at $release_index_url. Error: $res->{status} $res->{reason}";
;
        exit 1;
    }
    return decode_json($res->{content});
}

App-Rakubrew ( P/PA/PATRICKB/App-Rakubrew-45.tar.gz, PATRICKB, 2025; MetaCPAN )
App-Rakubrew/lib/App/Rakubrew/Download.pm ( view source; MetaCPAN )
 = qw(Exporter);
our @EXPORT = qw();

use strict;
use warnings;
use 5.010;
use HTTP::Tinyish;
use JSON;
use Config;
use Cwd qw(cwd);
use IO::Uncompress::Unzip qw( $UnzipError );
use File::Path qw( mak
release_index_url. Error: $res->{status} $res->{reason}";
        exit 1;
    }
    return decode_json($res->{content});
}

sub _untar {
    my ($data, $target) = @_;
    my $back = cwd();
    chdir $

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