1MetaCPAN::Client::RatinUgs(e3r)Contributed Perl DocumentMaettiaoCnPAN::Client::Rating(3)
2
3
4

NAME

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

VERSION

9       version 2.029000
10

SYNOPSIS

12           my $ratings = $mcpan->rating({ distribution => "Moo" });
13           while ( my $rat = $ratings->next ) { ... }
14

DESCRIPTION

16       A MetaCPAN rating entity object.
17

ATTRIBUTES

19   date
20       An ISO8601 datetime string like "2016-11-19T12:41:46" indicating when
21       the rating was created.
22
23   release
24   author
25   details
26   rating
27   distribution
28   helpful
29   user

AUTHORS

31       •   Sawyer X <xsawyerx@cpan.org>
32
33       •   Mickey Nasriachi <mickey@cpan.org>
34
36       This software is copyright (c) 2016 by Sawyer X.
37
38       This is free software; you can redistribute it and/or modify it under
39       the same terms as the Perl 5 programming language system itself.
40
41
42
43perl v5.34.0                      2022-01-21       MetaCPAN::Client::Rating(3)
Impressum