[libmetacpan-client-perl] branch master updated (7d8820a -> b70eeed)

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 change to branch master
in repository libmetacpan-client-perl.

      from  7d8820a   update changelog
       new  c9a12ca   New upstream version 2.021000
       new  7f9bad5   Update upstream source from tag 'upstream/2.021000'
       new  9122f09   drop language.patch, applied upstream
       new  35980ab   add spelling.patch, wixing a small typo in POD
       new  b70eeed   update build-dependencies

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |  81 ++++++++-
 MANIFEST                                           |  12 +-
 META.json                                          | 100 ++++++++----
 META.yml                                           |  77 ++++++---
 Makefile.PL                                        |   8 +-
 README                                             | 111 +++++++++++--
 cpanfile                                           |  12 +-
 debian/control                                     |   2 +-
 debian/patches/language.patch                      |  29 ----
 debian/patches/series                              |   2 +-
 debian/patches/spelling.patch                      |  17 ++
 dist.ini                                           |   6 +-
 .../{autocomplete.pl => autocomplete_suggest.pl}   |   2 +-
 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 --
 56 files changed, 1454 insertions(+), 430 deletions(-)
 delete mode 100644 debian/patches/language.patch
 create mode 100644 debian/patches/spelling.patch
 copy examples/{autocomplete.pl => autocomplete_suggest.pl} (75%)
 create mode 100644 examples/changes.pl
 create mode 100644 examples/contributors.pl
 create mode 100644 examples/metacpan_url.pl
 create mode 100644 examples/package.pl
 create mode 100644 examples/permission.pl
 copy lib/MetaCPAN/Client/{Rating.pm => Package.pm} (56%)
 copy lib/MetaCPAN/Client/{Rating.pm => Permission.pm} (62%)
 create mode 100644 lib/MetaCPAN/Client/Role/HasUA.pm
 create mode 100644 t/api/package.t
 create mode 100644 t/api/permission.t
 delete mode 100644 xt/author/critic.t

-- 
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