| Current Path : /usr/share/doc/perl-MetaCPAN-Client/examples/ |
| Current File : //usr/share/doc/perl-MetaCPAN-Client/examples/rating.pl |
# examples/rating.pl
use strict;
use warnings;
use DDP;
use MetaCPAN::Client;
my $rating =
MetaCPAN::Client->new->rating({ distribution => "Moose" });
p $rating->next;