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 ac16fb1 commit 398a715Copy full SHA for 398a715
lib/MetaCPAN/Model/Search.pm
@@ -25,9 +25,17 @@ has index => (
25
required => 1,
26
);
27
28
-const my $RESULTS_PER_RUN => 200;
29
-const my @ROGUE_DISTRIBUTIONS =>
30
- qw(kurila perl_debug perl_mlb perl-5.005_02+apache1.3.3+modperl pod2texi perlbench spodcxx Bundle-Everything);
+const my $RESULTS_PER_RUN => 200;
+const my @ROGUE_DISTRIBUTIONS => qw(
+ kurila
31
+ perl_debug
32
+ perl_mlb
33
+ perl-5.005_02+apache1.3.3+modperl
34
+ pod2texi
35
+ perlbench
36
+ spodcxx
37
+ Bundle-Everything
38
+);
39
40
sub _not_rogue {
41
my @rogue_dists
0 commit comments