Skip to content

Commit

Permalink
release 1.005000
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Jun 9, 2014
1 parent 5f01c20 commit b4fdfc4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
3 changes: 2 additions & 1 deletion Changes
@@ -1,8 +1,9 @@
Revision history for MetaCPAN-Client (previously MetaCPAN-API)

1.005000 -
1.005000 09.06.14
* Add Pod object to allow direct POD fetching (reneeb)
* Support single element without wrapping arrayref in structures
* Updated documents - basic/complex search links and wording (tsibley)

1.004001 27.05.14
* correct rev_deps query
Expand Down
14 changes: 6 additions & 8 deletions README.pod
Expand Up @@ -8,7 +8,7 @@ MetaCPAN::Client - A comprehensive, DWIM-featured client to the MetaCPAN API

=head1 VERSION

version 1.004001
version 1.005000

=head1 SYNOPSIS

Expand Down Expand Up @@ -70,7 +70,7 @@ under C<SEARCH SPEC>.

Return a L<MetaCPAN::Client::Author> object on a simple search (PAUSE ID), or
a L<MetaCPAN::Client::ResultSet> object propagated with
L<MetaCPAN::Client::Author> objects on a complex (search spec based) search.
L<MetaCPAN::Client::Author> objects on a complex (L<search spec based|/"SEARCH SPEC">) search.

=head2 module

Expand All @@ -83,7 +83,7 @@ under C<SEARCH SPEC>.

Return a L<MetaCPAN::Client::Module> object on a simple search (module name), or
a L<MetaCPAN::Client::ResultSet> object propagated with
L<MetaCPAN::Client::Module> objects on a complex (search spec based) search.
L<MetaCPAN::Client::Module> objects on a complex (L<search spec based|/"SEARCH SPEC">) search.

=head2 distribution

Expand All @@ -96,7 +96,7 @@ explained below under C<SEARCH SPEC>.

Return a L<MetaCPAN::Client::Distribution> object on a simple search
(distribution name), or a L<MetaCPAN::Client::ResultSet> object propagated with
L<MetaCPAN::Client::Distribution> objects on a complex (search spec based)
L<MetaCPAN::Client::Distribution> objects on a complex (L<search spec based|/"SEARCH SPEC">)
search.

=head2 file
Expand All @@ -122,7 +122,7 @@ below under C<SEARCH SPEC>.

Return a L<MetaCPAN::Client::Release> object on a simple search (release name),
or a L<MetaCPAN::Client::ResultSet> object propagated with
L<MetaCPAN::Client::Release> objects on a complex (search spec based) search.
L<MetaCPAN::Client::Release> objects on a complex (L<search spec based|/"SEARCH SPEC">) search.

=head2 reverse_dependencies

Expand All @@ -148,9 +148,7 @@ Internal construction wrapper. Do not use.
The hash-based search spec is common to many searches. It is quite
feature-rich and allows to disambiguate different types of searches.

=head2 Simple

Simple searches just contain keys and values:
Basic search specs just contain a hash of keys and values:

my $author = $mcpan->author( { name => 'Micha Nasriachi' } );

Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -5,7 +5,7 @@ license = Perl_5
copyright_holder = Sawyer X
copyright_year = 2014

version = 1.004001
version = 1.005000

[@Basic]
[PodSyntaxTests]
Expand Down

0 comments on commit b4fdfc4

Please sign in to comment.