File: rating.pl

package info (click to toggle)
libmetacpan-client-perl 2.025000-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 560 kB
  • sloc: perl: 2,456; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

# examples/rating.pl

use strict;
use warnings;
use DDP;

use MetaCPAN::Client;

my $rating =
    MetaCPAN::Client->new->rating({ distribution => "Moose" });

p $rating->next;