Skip to content

Commit

Permalink
new version: 1.003000
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed May 4, 2014
1 parent b3a1214 commit 637c3fa
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for MetaCPAN-Client (previously MetaCPAN-API)

1.003000 --.04.14
1.003000 05.05.14
* Add proper POD fetching from module/file objects.
* GH #1: Switch from JSON.pm to JSON::MaybeXS.
* GH #2: Remove incorrect and unnecessary check for class names.
Expand Down
21 changes: 15 additions & 6 deletions README.pod
@@ -1,14 +1,12 @@
=pod

=encoding UTF-8

=head1 NAME

MetaCPAN::Client - A comprehensive, DWIM-featured client to the MetaCPAN API

=head1 VERSION

version 1.002000
version 1.003000

=head1 SYNOPSIS

Expand Down Expand Up @@ -49,6 +47,14 @@ Internal attribute representing the request object making the request to
MetaCPAN and analyzing the results. You probably don't want to set this, nor
should you have any usage of it.

=head2 ua

If provided, L<MetaCPAN::Client::Request> will use the user agent object
instead of the default, which is L<HTTP::Tiny>.

Then it can be used to fetch the user agent object used by
L<MetaCPAN::Client::Request>.

=head1 METHODS

=head2 author
Expand Down Expand Up @@ -120,8 +126,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 All @@ -131,6 +137,10 @@ Alias to C<reverse_dependencies> described above.

Not implemented yet.

=head2 BUILDARGS

Internal construction wrapper. Do not use.

=head1 SEARCH SPEC

The hash-based search spec is common to many searches. It is quite
Expand Down Expand Up @@ -262,4 +272,3 @@ This software is copyright (c) 2014 by Sawyer X.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut
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.002000
version = 1.003000

[@Basic]
[PodSyntaxTests]
Expand Down
4 changes: 4 additions & 0 deletions lib/MetaCPAN/Client.pm
Expand Up @@ -348,6 +348,10 @@ Alias to C<reverse_dependencies> described above.
Not implemented yet.
=head2 BUILDARGS
Internal construction wrapper. Do not use.
=head1 SEARCH SPEC
The hash-based search spec is common to many searches. It is quite
Expand Down

0 comments on commit 637c3fa

Please sign in to comment.