NAME

MetaCPAN::API::Favorite - Favorite ++ information for MetaCPAN::API

VERSION

version 0.51

DESCRIPTION

This role provides MetaCPAN::API with fetching information about favorite ++ information.

METHODS

favorite

# example lifted from MetaCPAN docs
my $result = $mcpan->favorite(
    search => {
        user   => "SZABGAB",
        fields => "distribution",
        size   => 100,
    },
);

Searches MetaCPAN for favorite ++ information.

Only complex searches are currently available.

AUTHOR

Sawyer X <xsawyerx@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Sawyer X.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.