Group
Extension

Matches 2

CPAN-Mirror-Tiny ( S/SK/SKAJI/CPAN-Mirror-Tiny-0.33.tar.gz, SKAJI, 2025; MetaCPAN )
CPAN-Mirror-Tiny/lib/CPAN/Mirror/Tiny.pm ( view source; MetaCPAN )
;
use HTTP::Tinyish;
use IPC::Run3 ();
use JSON ();
use Parse::LocalDistribution;
use Parse::PMFile;

use constant WIN32 => $^O eq 'MSWin32';

my $JSON = JSON->new->canonical(1)->utf8(1);
my $CACHE_VE
urn (undef, "$res->{status} $res->{reason}, $url") unless $res->{success};
    my $hash = eval { $JSON->decode($res->{content}) };
    if ($@) {
        return (undef, $@);
    } else {
        return
my ($self, $dir, $option) = @_;
    my $metafile = File::Spec->catfile($dir, "META.json");
    die "Missing META.json in $dir" unless -f $metafile;
    my $meta = CPAN::Meta->load_file($metafile);
   
CPAN-Mirror-Tiny ( S/SK/SKAJI/CPAN-Mirror-Tiny-0.33.tar.gz, SKAJI, 2025; MetaCPAN )
CPAN-Mirror-Tiny/lib/CPAN/Mirror/Tiny/CLI.pm ( view source; MetaCPAN )
 @dist);
    my $wanted = sub {
        my $name = $_;
        return if !-f $name or $name =~ /\.json$/;
        my $stat = File::stat::stat($name);
        if ($name =~ /02packages.details.txt.gz$/)

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