Group
Extension

Matches 2

Menlo ( M/MI/MIYAGAWA/Menlo-1.9019.tar.gz, MIYAGAWA, 2018; MetaCPAN )
Menlo/lib/Menlo/Builder/Static.pm ( view source; MetaCPAN )
PERL_MB_OPT})] : [];
        $self->{configure_args} = [@_];
	$self->meta->save(@$_) for ['MYMETA.json'], [ 'MYMETA.yml' => { version => 1.4 } ];
}

1;

=head1 COPYRIGHT AND LICENSE

This software is 
Menlo ( M/MI/MIYAGAWA/Menlo-1.9019.tar.gz, MIYAGAWA, 2018; MetaCPAN )
Menlo/lib/Menlo/Index/MetaCPAN.pm ( view source; MetaCPAN )
nt 'CPAN::Common::Index';

use Class::Tiny qw/uri include_dev/;

use Carp;
use HTTP::Tinyish;
use JSON::PP ();
use Time::Local ();

sub BUILD {
    my $self = shift;
    my $uri  = $self->uri;
    $ur
::Tinyish->new->get($uri);
    return unless $res->{success};

    my $dist_meta = eval { JSON::PP::decode_json($res->{content}) };
    if ($dist_meta && $dist_meta->{download_url}) {
        (my $dis

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