Skip to content

Commit

Permalink
Merge pull request #1931 from metacpan/mickey/fix_recent
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
2 parents 231cc45 + e258970 commit acc8b61
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 acc8b61

Please sign in to comment.