Skip to content

Commit

Permalink
release 2.001000
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Dec 8, 2016
1 parent 44d6da7 commit ac46d28
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for MetaCPAN-Client (previously MetaCPAN-API)

2.001000 08.12.16
* Distribution: added 'rt' & 'github' methods (Mickey)
* Use Ref::Util for ref checks (Mickey)

2.000000 18.11.16
* Major version: v1 full support
- removed support and default settings for v0
Expand Down
18 changes: 9 additions & 9 deletions README.pod
Expand Up @@ -8,7 +8,7 @@ MetaCPAN::Client - A comprehensive, DWIM-featured client to the MetaCPAN API

=head1 VERSION

version 2.000000
version 2.001000

=head1 SYNOPSIS

Expand Down Expand Up @@ -167,6 +167,14 @@ formats (html, plain, x_pod & x_markdown).
my $pod = $mcpan->pod('Moo')->html;
my $pod = $mcpan->pod('Moo', { url_prefix => $prefix })->html;

=head2 download_url

Retrieve information from the 'download_url' endpoint

my $download_url = $mcpan->download_url('Moose')

Returns a L<MetaCPAN::Client::DownloadURL> object

=head2 all

Retrieve all matches for authors/modules/distributions/favorites or releases.
Expand All @@ -176,14 +184,6 @@ Retrieve all matches for authors/modules/distributions/favorites or releases.
When called with a second parameter containing a hash ref,
will support the following keys:

=head2 download_url

Retrieve information from the 'download_url' endpoint

my $download_url = $mcpan->download_url('Moose')

Returns a L<MetaCPAN::Client::DownloadURL> object

=head3 fields

See SEARCH PARAMS.
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 = 2016

version = 2.000000
version = 2.001000

[@Starter]
-remove = GatherDir
Expand Down

0 comments on commit ac46d28

Please sign in to comment.