b opt_spec
{
(
[verbatim => 'show the Changes file verbatim'],
);
}
sub _metacpan
{
require JSON;
require LWP::UserAgent;
my ($self, @path) = @_;
state $ua = LWP::UserAgent->new(
agent => s
/$path");
$r->is_success or die("HTTP request failed");
if ($r->content_type =~ /json/i)
{
return JSON::from_json( $r->decoded_content );
}
else
{
return $r->decoded_content;
}
}
my $DATE