[libmetacpan-client-perl] branch master updated (775db64 -> b422fba)

gregor herrmann gregoa at debian.org
Fri Dec 30 21:52:21 UTC 2016


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

gregoa pushed a change to branch master
in repository libmetacpan-client-perl.

      from  775db64   releasing package libmetacpan-client-perl version 2.003000-1
      adds  5ebafb4   New upstream version 2.004000
       new  ca4784f   Merge tag 'upstream/2.004000'
       new  e077cf8   Update debian/changelog
       new  843101f   Drop es-scroll.patch, not needed anymore.
       new  312152d   Update (build) dependencies.
       new  fd09303   Skip new test which needs internet access.
       new  139db8c   Add a documentation patch.
       new  b422fba   releasing package libmetacpan-client-perl version 2.004000-1

The 7 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                             |   9 ++
 MANIFEST                            |   3 +
 META.json                           |  78 ++++--------
 META.yml                            |  66 ++++------
 Makefile.PL                         |   8 +-
 README                              |   2 +-
 cpanfile                            |   3 +-
 debian/changelog                    |  10 ++
 debian/control                      |   4 +-
 debian/patches/es-scroll.patch      | 134 --------------------
 debian/patches/language.patch       |  29 +++++
 debian/patches/series               |   2 +-
 debian/tests/pkg-perl/smoke-skip    |   2 +
 dist.ini                            |   5 +-
 lib/MetaCPAN/Client.pm              |   8 +-
 lib/MetaCPAN/Client/Author.pm       |   4 +-
 lib/MetaCPAN/Client/Distribution.pm |   4 +-
 lib/MetaCPAN/Client/DownloadURL.pm  |   4 +-
 lib/MetaCPAN/Client/Favorite.pm     |   4 +-
 lib/MetaCPAN/Client/File.pm         |   4 +-
 lib/MetaCPAN/Client/Mirror.pm       |   4 +-
 lib/MetaCPAN/Client/Module.pm       |   4 +-
 lib/MetaCPAN/Client/Pod.pm          |  10 +-
 lib/MetaCPAN/Client/Rating.pm       |   4 +-
 lib/MetaCPAN/Client/Release.pm      |   4 +-
 lib/MetaCPAN/Client/Request.pm      |  41 +++---
 lib/MetaCPAN/Client/ResultSet.pm    |  18 ++-
 lib/MetaCPAN/Client/Role/Entity.pm  |   4 +-
 lib/MetaCPAN/Client/Scroll.pm       | 245 ++++++++++++++++++++++++++++++++++++
 lib/MetaCPAN/Client/Types.pm        |  75 +++++++++++
 t/00-report-prereqs.dd              |   3 +-
 t/api/favorite.t                    |   3 +-
 t/resultset.t                       |   4 +-
 t/scroll.t                          |  38 ++++++
 xt/author/00-compile.t              |   6 +-
 35 files changed, 526 insertions(+), 320 deletions(-)
 delete mode 100644 debian/patches/es-scroll.patch
 create mode 100644 debian/patches/language.patch
 create mode 100644 lib/MetaCPAN/Client/Scroll.pm
 create mode 100644 lib/MetaCPAN/Client/Types.pm
 create mode 100644 t/scroll.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