Skip to content

Commit

Permalink
Tidy.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Nov 17, 2016
1 parent a651a09 commit 8e3b930
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions lib/MetaCPAN/Role/Script.pm
Expand Up @@ -60,11 +60,12 @@ has model => (
);

has index => (
reader => '_index',
is => 'ro',
isa => Str,
default => 'cpan',
documentation => 'Index to use, defaults to "cpan" (when used: also export ES_SCRIPT_INDEX)',
reader => '_index',
is => 'ro',
isa => Str,
default => 'cpan',
documentation =>
'Index to use, defaults to "cpan" (when used: also export ES_SCRIPT_INDEX)',
);

has port => (
Expand Down

0 comments on commit 8e3b930

Please sign in to comment.