Skip to content

Commit

Permalink
add alias to reverse_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Apr 22, 2014
1 parent ffd8cb6 commit 6516376
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/MetaCPAN/Client.pm
Expand Up @@ -118,6 +118,8 @@ sub reverse_dependencies {
return $self->_reverse_deps($dist);
}

*rev_deps = *reverse_dependencies;

sub pod {}

###
Expand Down Expand Up @@ -324,6 +326,10 @@ L<MetaCPAN::Client::Release> objects on a complex (search spec based) search.
Return an array (ref) of L<MetaCPAN::Client::Distribution> matching all
distributions that are dependent on a given module.
=head2 rev_deps
Alias to C<reverse_dependencies> described above.
=head2 pod
Not implemented yet.
Expand Down

0 comments on commit 6516376

Please sign in to comment.