[libhttp-cookies-perl] branch master updated (17c5696 -> 32c1aa2)

Florian Schlichting fsfs at moszumanska.debian.org
Fri Nov 10 14:07:29 UTC 2017


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

fsfs pushed a change to branch master
in repository libhttp-cookies-perl.

      from  17c5696   update changelog
      adds  5a0cfb0   New upstream version 6.04
       new  75682cd   Update upstream source from tag 'upstream/6.04'
       new  c621c82   Update debian/changelog
       new  7fbeee0   Add upstream metadata
       new  d7b4a6f   Bump copyright years
       new  2e562eb   Bump dh compat to level 9
       new  622bb34   Declare compliance with Debian Policy 4.1.1
       new  31e5366   Mark package autopkgtest-able
       new  32c1aa2   prepare changelog for release

The 8 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                  |  56 ++++
 Changes                       |  30 +-
 INSTALL                       |  43 +++
 LICENSE                       | 379 +++++++++++++++++++++++
 MANIFEST                      |  25 +-
 META.json                     | 682 ++++++++++++++++++++++++++++++++++++++++++
 META.yml                      | 536 +++++++++++++++++++++++++++++++--
 Makefile.PL                   | 111 ++++---
 README                        | 152 ----------
 README.md                     | 198 ++++++++++++
 cpanfile                      |  34 +++
 debian/changelog              |  14 +-
 debian/compat                 |   2 +-
 debian/control                |   5 +-
 debian/copyright              |   2 +-
 debian/upstream/metadata      |   7 +
 dist.ini                      |  34 +++
 lib/HTTP/Cookies.pm           | 159 +++++++---
 lib/HTTP/Cookies/Microsoft.pm | 313 ++++++++++---------
 lib/HTTP/Cookies/Netscape.pm  |  91 +++---
 perlcriticrc                  |  86 ++++++
 perltidyrc                    |  12 +
 t/00-report-prereqs.dd        |  44 +++
 t/00-report-prereqs.t         | 193 ++++++++++++
 t/10-original_spec.t          | 148 +++++++++
 t/11-rfc_2965.t               | 150 ++++++++++
 t/cookies.t                   |  20 +-
 t/publicsuffix.t              |  74 +++++
 tidyall.ini                   |  19 ++
 xt/author/tidyall.t           |  11 +
 xt/release/cpan-changes.t     |  10 +
 31 files changed, 3158 insertions(+), 482 deletions(-)
 create mode 100644 CONTRIBUTORS
 create mode 100644 INSTALL
 create mode 100644 LICENSE
 create mode 100644 META.json
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 cpanfile
 create mode 100644 debian/upstream/metadata
 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
 create mode 100644 t/10-original_spec.t
 create mode 100644 t/11-rfc_2965.t
 create mode 100644 t/publicsuffix.t
 create mode 100644 tidyall.ini
 create mode 100644 xt/author/tidyall.t
 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-cookies-perl.git



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