Skip to content

Commit

Permalink
scripts don't need index method
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Oct 23, 2024
1 parent a453f97 commit 1d261ec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/MetaCPAN/Role/Script.pm
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,6 @@ sub print_error {
log_error {$error};
}

sub index {
my $self = shift;
return $self->model->index('cpan');
}

sub _build_model {
my $self = shift;

Expand Down

0 comments on commit 1d261ec

Please sign in to comment.