BSTRACT: Pull author contribution counts for github repos
use strict;
use warnings;
use LWP;
use JSON;
use HTTP::Request;
use URI;
use Data::Dumper;
use Moose; # automatically turns on strict and w
' => (is => 'rw', );
sub clear {
my $self = shift;
$self->$_(undef) for qw(ua user json uri timeout);
}
our $VERSION = '0.001';
$VERSION = eval $VERSION;
sub new {
my $sel
RI->new( sprintf( 'http://github.com/api/%s/json/repos/show/%s/%s/contributors',
$_[0]->api_version,$_[0]->user, $_[0]->repo )
);
}
sub json { JSON->new->allow_nonref }
sub scores {