Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix method name in doc
  • Loading branch information
mickeyn committed May 12, 2014
1 parent 637c3fa commit f159133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/MetaCPAN/Client.pm
Expand Up @@ -296,8 +296,8 @@ L<MetaCPAN::Client::Module> objects on a complex (search spec based) search.
=head2 distribution
my $dist = $mcpan->dist('MetaCPAN-Client');
my $dist = $mcpan->dist($search_spec);
my $dist = $mcpan->distribution('MetaCPAN-Client');
my $dist = $mcpan->distribution($search_spec);
Finds a distribution by either its distribution name or by a search spec
defined by a hash reference. Since it is common to many other searches, it is
Expand Down

0 comments on commit f159133

Please sign in to comment.