Skip to content

Commit 7bf1838

Browse files
committed
return more versions for all dists
The perl dist isn't the only one with more than 250 releases.
1 parent d215987 commit 7bf1838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MetaCPAN/Query/Release.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ sub all_by_author {
538538
sub versions {
539539
my ( $self, $dist, $versions ) = @_;
540540

541-
my $size = $dist eq 'perl' ? 1000 : 250;
541+
my $size = 1000;
542542

543543
my $query;
544544

0 commit comments

Comments
 (0)