Parse::CPAN::Ratings::Rating - Parse CPAN ratings


Parse-CPAN-Ratings documentation  | view source Contained in the Parse-CPAN-Ratings distribution.

Index


NAME

Top

Parse::CPAN::Ratings::Rating - Parse CPAN ratings

SYNOPSIS

Top

  my $ratings
      = Parse::CPAN::Ratings->new( filename => 't/all_ratings_100.csv' );

  my $rating = $ratings->rating('Archive-Zip');
  print $rating->distribution . "\n"; # Archive-Zip
  print $rating->rating . "\n";       # 3.8
  print $rating->review_count . "\n"; # 6

DESCRIPTION

Top

This module represents a CPAN rating.

SEE ALSO

Top

Parse::CPAN::Ratings.

AUTHOR

Top

Leon Brocard <acme@astray.com>.

COPYRIGHT

Top

LICENSE

Top

This module is free software; you can redistribute it or modify it under the same terms as Perl itself.


Parse-CPAN-Ratings documentation  | view source Contained in the Parse-CPAN-Ratings distribution.