Skip to content

Commit 04fc747

Browse files
committed
scripts don't need index method
1 parent 09152d4 commit 04fc747

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/MetaCPAN/Role/Script.pm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,6 @@ sub print_error {
168168
log_error {$error};
169169
}
170170

171-
sub index {
172-
my $self = shift;
173-
return $self->model->index('cpan');
174-
}
175-
176171
sub _build_model {
177172
my $self = shift;
178173

0 commit comments

Comments
 (0)