Skip to content

Commit df91b42

Browse files
committed
Don't index Acme::DependOnEverything
1 parent 398a715 commit df91b42

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

lib/MetaCPAN/Document/File/Set.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ sub _build_query_favorite {
4444
}
4545

4646
my @ROGUE_DISTRIBUTIONS = qw(
47+
Acme-DependOnEverything
4748
Bundle-Everything
4849
kurila
4950
perl-5.005_02+apache1.3.3+modperl

lib/MetaCPAN/Model/Search.pm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ has index => (
2727

2828
const my $RESULTS_PER_RUN => 200;
2929
const my @ROGUE_DISTRIBUTIONS => qw(
30+
Acme-DependOnEverything
31+
Bundle-Everything
3032
kurila
33+
perl-5.005_02+apache1.3.3+modperl
34+
perlbench
3135
perl_debug
3236
perl_mlb
33-
perl-5.005_02+apache1.3.3+modperl
3437
pod2texi
35-
perlbench
3638
spodcxx
37-
Bundle-Everything
3839
);
3940

4041
sub _not_rogue {

0 commit comments

Comments
 (0)