logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Attributes

date
       An ISO8601 datetime string like "2016-11-19T12:41:46" indicating when the rating was created.

   releaseauthordetailsratingdistributionhelpfuluser

Authors

       •   Sawyer X <xsawyerx@cpan.org>

       •   Mickey Nasriachi <mickey@cpan.org>

Description

       A MetaCPAN rating entity object.

Name

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

Synopsis

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

Version

       version 2.033000

See Also