[libmetacpan-client-perl] 02/05: Update upstream source from tag 'upstream/2.021000'

Damyan Ivanov dmn at moszumanska.debian.org
Fri Dec 1 20:39:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libmetacpan-client-perl.

commit 7f9bad5e78fd70c970e885e7b885e03cac7b01ff
Merge: 7d8820a c9a12ca
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Dec 1 20:15:47 2017 +0000

    Update upstream source from tag 'upstream/2.021000'
    
    Update to upstream version '2.021000'
    with Debian dir 67f2475b4923a4091b1fffa02486e131d2cddccc

 Changes                                          |  81 +++++++++-
 MANIFEST                                         |  12 +-
 META.json                                        | 100 +++++++++----
 META.yml                                         |  77 +++++++---
 Makefile.PL                                      |   8 +-
 README                                           | 111 ++++++++++++--
 cpanfile                                         |  12 +-
 dist.ini                                         |   6 +-
 examples/autocomplete_suggest.pl                 |  13 ++
 examples/changes.pl                              |   9 ++
 examples/contributors.pl                         |  19 +++
 examples/metacpan_url.pl                         |  24 +++
 examples/package.pl                              |  18 +++
 examples/permission.pl                           |  18 +++
 lib/MetaCPAN/Client.pm                           | 166 ++++++++++++++++++---
 lib/MetaCPAN/Client/Author.pm                    | 181 ++++++++++++++++++-----
 lib/MetaCPAN/Client/Distribution.pm              |  48 +++++-
 lib/MetaCPAN/Client/DownloadURL.pm               |  16 +-
 lib/MetaCPAN/Client/Favorite.pm                  |  17 ++-
 lib/MetaCPAN/Client/File.pm                      | 133 +++++++++++++++--
 lib/MetaCPAN/Client/Mirror.pm                    |  26 +++-
 lib/MetaCPAN/Client/Module.pm                    |  36 ++++-
 lib/MetaCPAN/Client/{Rating.pm => Package.pm}    |  51 ++++---
 lib/MetaCPAN/Client/{Rating.pm => Permission.pm} |  43 ++----
 lib/MetaCPAN/Client/Pod.pm                       |   4 +-
 lib/MetaCPAN/Client/Rating.pm                    |  10 +-
 lib/MetaCPAN/Client/Release.pm                   | 142 ++++++++++++++++--
 lib/MetaCPAN/Client/Request.pm                   | 145 ++++++++----------
 lib/MetaCPAN/Client/ResultSet.pm                 |   8 +-
 lib/MetaCPAN/Client/Role/Entity.pm               |  10 +-
 lib/MetaCPAN/Client/Role/HasUA.pm                | 124 ++++++++++++++++
 lib/MetaCPAN/Client/Scroll.pm                    |  71 ++++-----
 lib/MetaCPAN/Client/Types.pm                     |   9 +-
 t/00-report-prereqs.dd                           |  12 +-
 t/api/_get.t                                     |   1 +
 t/api/_get_or_search.t                           |   1 +
 t/api/_search.t                                  |   1 +
 t/api/author.t                                   |   1 +
 t/api/distribution.t                             |   1 +
 t/api/download_url.t                             |   1 +
 t/api/favorite.t                                 |   1 +
 t/api/file.t                                     |   1 +
 t/api/module.t                                   |   1 +
 t/api/package.t                                  |  22 +++
 t/api/permission.t                               |  19 +++
 t/api/pod.t                                      |   1 +
 t/api/rating.t                                   |   1 +
 t/api/release.t                                  |   1 +
 t/scroll.t                                       |   9 +-
 t/ua_trap.t                                      |   6 +-
 xt/author/00-compile.t                           |   5 +-
 xt/author/critic.t                               |  12 --
 52 files changed, 1447 insertions(+), 398 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmetacpan-client-perl.git



More information about the Pkg-perl-cvs-commits mailing list