Group
Extension

Matches 1

App-CPAN-Fresh ( M/MI/MIYAGAWA/App-CPAN-Fresh-0.12.tar.gz, MIYAGAWA, 2015; MetaCPAN )
App-CPAN-Fresh/lib/App/CPAN/Fresh.pm ( view source; MetaCPAN )
VERSION = '0.12';

use base qw(App::Cmd::Simple);

use Carp;
use Time::Piece;
use File::Temp;
use JSON;
use LWP::UserAgent;
use URI;

my $duration = 2 * 24 * 60 * 60;

sub opt_spec {
    return (
    
ri);

    if ($res->is_error) {
        croak "HTTP error: ", $res->status_line;
    }

    JSON::decode_json($res->content);
}

1;
__END__

=encoding utf-8

=for stopwords

=head1 NAME

App::CPAN::Fr

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