1MetaCPAN::Client::RatinUgs(e3r)Contributed Perl DocumentMaettiaoCnPAN::Client::Rating(3)
2
3
4
6 MetaCPAN::Client::Rating - A Rating data object
7
9 version 2.030000
10
12 my $ratings = $mcpan->rating({ distribution => "Moo" });
13 while ( my $rat = $ratings->next ) { ... }
14
16 A MetaCPAN rating entity object.
17
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
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.38.0 2023-07-20 MetaCPAN::Client::Rating(3)