1MetaCPAN::Client::FavorUisteer(3C)ontributed Perl DocumeMnettaatCiPoAnN::Client::Favorite(3)
2
3
4

NAME

6       MetaCPAN::Client::Favorite - A Favorite data object
7

VERSION

9       version 2.025000
10

SYNOPSIS

12           my $favorites = $mcpan->favorite( {
13               distribution => 'Moose'
14           } );
15           while ( my $fav = $favorites->next ) { ... }
16

DESCRIPTION

18       A MetaCPAN favorite entity object.
19

ATTRIBUTES

21   date
22       An ISO8601 datetime string like "2016-11-19T12:41:46" indicating when
23       the favorite was created.
24
25   user
26       The user ID (not PAUSE ID) of the person who favorited the thing in
27       question.
28
29   release
30       The release that was favorited.
31
32   id
33       The favorite ID.
34
35   author
36       The PAUSE ID of the author whose release was favorited.
37
38   distribution
39       The distribution that was favorited.
40

AUTHORS

42       ·   Sawyer X <xsawyerx@cpan.org>
43
44       ·   Mickey Nasriachi <mickey@cpan.org>
45
47       This software is copyright (c) 2016 by Sawyer X.
48
49       This is free software; you can redistribute it and/or modify it under
50       the same terms as the Perl 5 programming language system itself.
51
52
53
54perl v5.28.0                      2018-04-22     MetaCPAN::Client::Favorite(3)
Impressum