Skip to content

Commit

Permalink
Removed unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Jun 4, 2017
1 parent 93aecb9 commit 627d9da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/MetaCPAN/Web/Model/API/Release.pm
Expand Up @@ -353,11 +353,6 @@ sub versions {
);
}

sub favorites {
my ( $self, $dist ) = @_;
$self->request( '/favorite/_search', {} );
}

sub topuploaders {
my ( $self, $range ) = @_;
my $range_filter = {
Expand Down

0 comments on commit 627d9da

Please sign in to comment.