Skip to content

Commit

Permalink
bump size to something more reasonable (defaults to 10)
Browse files Browse the repository at this point in the history
  • Loading branch information
monken committed Dec 22, 2011
1 parent 92c3d4e commit e9fe832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Document/File.pm
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ sub find_provided_by {
{ term => { 'file.module.authorized' => 1 } },
{ term => { 'file.module.indexed' => 1 } },
]
})->all;
})->size(999)->all;
}

# filter find_provided_by results for indexed/authorized modules
Expand Down

0 comments on commit e9fe832

Please sign in to comment.