[libhttp-message-perl] branch master updated (a7121bc -> a936d1f)

Xavier Guimard xguimard-guest at moszumanska.debian.org
Wed Sep 13 20:40:17 UTC 2017


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

xguimard-guest pushed a change to branch master
in repository libhttp-message-perl.

      from  a7121bc   update changelog
      adds  c396d05   New upstream version 6.13
       new  a87210b   Updated version 6.13 from 'upstream/6.13'
       new  b1ce31d   Update d/copy years
       new  1c48cd9   Bump S-V to 4.1.0
       new  18c12db   Adapt dependencies
       new  9396746   Add spelling error patch (reported)
       new  2ffd902   Remove empty and malformed manpages
       new  a936d1f   Update d/ch

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:
 CONTRIBUTORS                        |  67 ++++
 Changes                             | 174 ++++------
 INSTALL                             |  43 +++
 LICENSE                             |   6 +-
 MANIFEST                            |  25 +-
 MANIFEST.SKIP                       |  72 -----
 META.json                           | 629 +++++++++++++++++++++++++++++++++++-
 META.yml                            | 489 +++++++++++++++++++++++++++-
 Makefile.PL                         | 156 ++++-----
 README                              |  22 --
 README.md                           | 326 +++++++++++++++++++
 cpanfile                            |  51 +++
 debian/changelog                    |  13 +-
 debian/control                      |   6 +-
 debian/copyright                    |   4 +-
 debian/patches/series               |   1 +
 debian/patches/spelling-error.patch |  16 +
 debian/rules                        |   5 +
 dist.ini                            |  32 ++
 lib/HTTP/Config.pm                  |  30 +-
 lib/HTTP/Headers.pm                 |  31 +-
 lib/HTTP/Headers/Auth.pm            |  31 +-
 lib/HTTP/Headers/ETag.pm            |  31 +-
 lib/HTTP/Headers/Util.pm            |  32 +-
 lib/HTTP/Message.pm                 |  37 ++-
 lib/HTTP/Request.pm                 |  35 +-
 lib/HTTP/Request/Common.pm          |  52 +--
 lib/HTTP/Response.pm                |  32 +-
 lib/HTTP/Status.pm                  |  41 ++-
 perlcriticrc                        |  86 +++++
 perltidyrc                          |  12 +
 t/00-report-prereqs.dd              |  60 ++++
 t/00-report-prereqs.t               | 193 +++++++++++
 t/common-req.t                      |  12 +-
 t/distmanifest.t                    |  11 -
 t/headers.t                         |   5 +-
 t/message.t                         |  15 +-
 t/request.t                         |  85 ++++-
 t/response.t                        |  15 +-
 tidyall.ini                         |  17 +
 xt/release/cpan-changes.t           |  10 +
 41 files changed, 2573 insertions(+), 437 deletions(-)
 create mode 100644 CONTRIBUTORS
 create mode 100644 INSTALL
 delete mode 100644 MANIFEST.SKIP
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 cpanfile
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling-error.patch
 create mode 100644 dist.ini
 create mode 100644 perlcriticrc
 create mode 100644 perltidyrc
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/distmanifest.t
 create mode 100644 tidyall.ini
 create mode 100644 xt/release/cpan-changes.t

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



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