The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MetaCpan - Interface to MetaCpan (https://fastapi.metacpan.org/v1/release/_search)

SYNOPSIS

    use MetaCpanClient;
    use MetaCpan;
    my $mc_client = MetaCpanClient->new(
        base_uri => 'https://fastapi.metacpan.org/v1/release/_search',
    );
    my $mc = MetaCpan->new(mc_client => $mc_client);

    my $hits = $mc->mc_search({query => 'Dancer::Plugin::RPC'});

DESCRIPTION

mc_search({query => $query})

Returns a summary of the hits that MetaCpan returns.

COPYRIGHT

(c) MMXVII - Abe Timmerman <abeltje@cpan.org>