Skip to content

Commit

Permalink
fix doc for rev_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Apr 26, 2014
1 parent 3dfe03a commit 59d0dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/MetaCPAN/Client.pm
Expand Up @@ -323,8 +323,8 @@ L<MetaCPAN::Client::Release> objects on a complex (search spec based) search.
my $deps = $mcpan->reverse_dependencies('ElasticSearch');
Return an array (ref) of L<MetaCPAN::Client::Distribution> matching all
distributions that are dependent on a given module.
Return an array (ref) of L<MetaCPAN::Client::Release> matching all
releases that are dependent on a given module.
=head2 rev_deps
Expand Down

0 comments on commit 59d0dc5

Please sign in to comment.