Skip to content

Commit

Permalink
Tidy lib/MetaCPAN/Query/Release.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Dec 5, 2023
1 parent 684fd65 commit 7eb7de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Query/Release.pm
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ sub latest_by_author {
fields => [
qw(author distribution name status abstract date download_url version authorized maturity)
],
size => 1000,
size => 1000,
};

my $ret = $self->es->search(
Expand Down

0 comments on commit 7eb7de2

Please sign in to comment.