We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398a715 commit df91b42Copy full SHA for df91b42
lib/MetaCPAN/Document/File/Set.pm
@@ -44,6 +44,7 @@ sub _build_query_favorite {
44
}
45
46
my @ROGUE_DISTRIBUTIONS = qw(
47
+ Acme-DependOnEverything
48
Bundle-Everything
49
kurila
50
perl-5.005_02+apache1.3.3+modperl
lib/MetaCPAN/Model/Search.pm
@@ -27,14 +27,15 @@ has index => (
27
28
const my $RESULTS_PER_RUN => 200;
29
const my @ROGUE_DISTRIBUTIONS => qw(
30
31
+ Bundle-Everything
32
33
+ perl-5.005_02+apache1.3.3+modperl
34
+ perlbench
35
perl_debug
36
perl_mlb
- perl-5.005_02+apache1.3.3+modperl
37
pod2texi
- perlbench
38
spodcxx
- Bundle-Everything
39
);
40
41
sub _not_rogue {
0 commit comments