Skip to content

Commit 398a715

Browse files
committed
Tidy constants
1 parent ac16fb1 commit 398a715

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

lib/MetaCPAN/Model/Search.pm

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,17 @@ has index => (
2525
required => 1,
2626
);
2727

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);
28+
const my $RESULTS_PER_RUN => 200;
29+
const my @ROGUE_DISTRIBUTIONS => qw(
30+
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+
);
3139

3240
sub _not_rogue {
3341
my @rogue_dists

0 commit comments

Comments
 (0)