1MetaCPAN::API::FavoriteU(s3e)r Contributed Perl DocumentaMteitoanCPAN::API::Favorite(3)
2
3
4
6 MetaCPAN::API::Favorite - Favorite ++ information for MetaCPAN::API
7
9 version 0.51
10
12 This role provides MetaCPAN::API with fetching information about
13 favorite ++ information.
14
16 favorite
17 # example lifted from MetaCPAN docs
18 my $result = $mcpan->favorite(
19 search => {
20 user => "SZABGAB",
21 fields => "distribution",
22 size => 100,
23 },
24 );
25
26 Searches MetaCPAN for favorite ++ information.
27
28 Only complex searches are currently available.
29
31 Sawyer X <xsawyerx@cpan.org>
32
34 This software is copyright (c) 2011 by Sawyer X.
35
36 This is free software; you can redistribute it and/or modify it under
37 the same terms as the Perl 5 programming language system itself.
38
39
40
41perl v5.28.0 2017-06-07 MetaCPAN::API::Favorite(3)