Skip to content

Commit

Permalink
Tidy lib/MetaCPAN/Web/Model/API/Contributors.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed May 13, 2017
1 parent c757aaf commit 258f845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/MetaCPAN/Web/Model/API/Contributors.pm
Expand Up @@ -27,8 +27,8 @@ sub get {
my ( $self, $author, $release ) = @_;
my $cv = $self->cv;

$self->request( '/release/contributors/' . $author . '/' . $release,
)->cb(
$self->request( '/release/contributors/' . $author . '/' . $release, )
->cb(
sub {
my ($contributors) = shift->recv;
$cv->send( $contributors->{contributors} );
Expand Down

0 comments on commit 258f845

Please sign in to comment.