Group
Extension

Matches 1

CPAN-Perl-Releases ( B/BI/BINGOS/CPAN-Perl-Releases-5.20251120.tar.gz, BINGOS, 2025; MetaCPAN )
CPAN-Perl-Releases/tools/findhttp.pl ( view source; MetaCPAN )

use JSON::PP ();

my $url = 'http://search.cpan.org/api/dist/perl';

my $resp = HTTP::Tiny->new( )->get( $url );
die "Oh dear\n" unless $resp->{success};

my $data = eval { JSON::PP::decode_json( $re

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