package CPAN::Perl::Releases::MetaCPAN;
use strict;
use warnings;
our $VERSION = '0.009';
use JSON::PP ();
use HTTP::Tinyish;
use Exporter 'import';
our @EXPORT_OK = qw(perl_tarballs perl_versions p
, agent => __PACKAGE__ . "/$VERSION");
my $json = JSON::PP->new->canonical(1);
bless { uri => $uri, http => $http, cache => $cache, json => $json }, $class;
}
sub get {
my $self = shift;
{ term => { distribution => "perl" } },
{ term => { authorized => JSON::PP::true } },
],
},
},
size => 1000,