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 004ddfe commit b2d6d46Copy full SHA for b2d6d46
lib/MetaCPAN/Role/Script.pm
@@ -88,6 +88,7 @@ has index => (
88
reader => '_index',
89
is => 'ro',
90
isa => Str,
91
+ lazy => 1,
92
default => 'cpan',
93
documentation =>
94
'Index to use, defaults to "cpan" (when used: also export ES_SCRIPT_INDEX)',
@@ -97,13 +98,15 @@ has cluster_info => (
97
98
isa => HashRef,
99
traits => ['Hash'],
100
is => 'rw',
101
102
default => sub { {} },
103
);
104
105
has indices_info => (
106
107
108
109
110
111
112
0 commit comments