Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix parameter passing to /release/recent
  • Loading branch information
mickeyn committed Jun 24, 2017
1 parent 231cc45 commit e258970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MetaCPAN/Web/Model/API/Release.pm
Expand Up @@ -62,6 +62,7 @@ sub recent {
my ( $self, $page, $page_size, $type ) = @_;
$self->request(
'/release/recent',
undef,
{
page => $page,
page_size => $page_size,
Expand Down

0 comments on commit e258970

Please sign in to comment.