[libcgi-cookie-splitter-perl] branch master updated (5386847 -> 06bf274)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Mon Aug 17 14:02:11 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libcgi-cookie-splitter-perl.

      from  5386847   update changelog
       new  32dc2d8   Add debian/upstream/metadata
       new  c4ea5c0   Update debian/changelog
      adds  4019f9d   initial version
      adds  3a682e9   Test CGI::Cookie as well as CGI::Simple::Cookie, if available
      adds  a7b03f5   Describe name mangling caveat in a little more detail
      adds  b80e4fb   A better silly link
      adds  97c6581   Tests + bug fixes
      adds  c9bbe96   Doc improvements
      adds  79bd4ea   release engineering
      adds  0d350a8   see also moose cookie cutter
      adds  1a06d02   note repo location in docs
      adds  4271297   Makefile.PL, not Build.PL + futz the prereqs
      adds  7dfb242   Version bump to 0.02
      adds  8cdd7e4   Changelog
      adds  c89374f   MANIFEST.SKIP update
      adds  965316a   SIGN in Makefile.PL
      adds  f943d91   Increase the serialization futz value to 30 bytes
      adds  9d7a6ec   RT#81612: Test failures due to hash randomisation in perl 5.17.6
      adds  025877b   undo all the scalarizes
      adds  f13f56a   changelog for 0.03
      adds  beef989   bump version to 0.03
      adds  5f83443   modernize entries
      adds  b2dabec   convert to Dist::Zilla
      adds  6825d58   remove inaccurate pod, and weave in a replacement
      adds  3710d7c   remove unneeded shebangs
      adds  12d366f   gotta have a plan
      adds  d375e1a   replace tabs with spaces
      adds  018605a   CGI-Cookie-Splitter-0.04
      adds  719803c   now using [Git::Contributors]
      adds  dc4d86d   ignore build output from my plugin bundle
      adds  132cb91   keep namespaces clean
      adds  26f831c   add a placeholder .mailmap
      adds  05ef2c7   hardcode the distribution name in Changes, to reduce churn on each release
      adds  67cc84a   keep $VERSION right in the repo
      adds  54de395   need nc 0.19 to get the version that uses non-deprecated Package::Stash interfaces
      adds  106ca86   try to stay installable on perl 5.6
      adds  e234200   rely on our podweaver plugin bundle
      adds  59136c6   this is a distribution eligible for static install
      adds  99638f2   this test passes now (hmm, strange!)
      adds  2fb8a22   a bit of pod reformatting
      adds  8bbb591   tighten up entries
      adds  08b76a8   document methods using =head2, without signature, they can be directly linked to
      adds  9f9f932   fix spelling tests
      adds  57332b5   CGI-Cookie-Splitter-0.05
      adds  29cf146   Imported Upstream version 0.05
       new  9fb8ab3   Merge tag 'upstream/0.05'
       new  d36b269   Update debian/changelog
       new  cbffce4   Declare compliance with Debian policy 3.9.6
       new  1de44cd   Add autopkgtest-pkg-perl
       new  b4c8f76   Remove libmodule-build-tiny-perl and add libnamespace-clean-perl
       new  06bf274   Release libcgi-cookie-splitter-perl 0.05-1 to unstable

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:
 Build.PL                         |   4 -
 CONTRIBUTING                     |  36 +-
 Changes                          |   4 +
 INSTALL                          |   9 +-
 LICENSE                          |   2 +-
 MANIFEST                         |  18 +-
 META.json                        | 854 +++++++++++++++++++++++++++++----------
 META.yml                         | 622 ++++++++++++++++++++--------
 Makefile.PL                      |  88 +---
 README                           |   4 +-
 README.md                        |  90 -----
 debian/changelog                 |  14 +-
 debian/control                   |  10 +-
 debian/upstream/metadata         |   8 +
 dist.ini                         |   7 +-
 lib/CGI/Cookie/Splitter.pm       |  94 +++--
 t/00-report-prereqs.dd           | 125 ++++++
 t/00-report-prereqs.t            | 266 ++++++------
 xt/author/00-compile.t           |  12 +-
 xt/author/clean-namespaces.t     |  11 +
 xt/author/eol.t                  |  31 ++
 xt/author/kwalitee.t             |   9 +
 xt/author/mojibake.t             |   9 +
 xt/author/no-tabs.t              |  31 ++
 xt/author/pod-spell.t            |  27 ++
 xt/release/changes_has_content.t |   2 +-
 xt/release/eol.t                 |   8 -
 xt/release/kwalitee.t            |   4 -
 xt/release/mojibake.t            |  12 -
 xt/release/no-tabs.t             |  14 -
 xt/release/pod-no404s.t          |  21 +
 xt/release/portability.t         |   1 +
 xt/release/test-version.t        |  22 -
 xt/release/unused-vars.t         |   8 -
 34 files changed, 1654 insertions(+), 823 deletions(-)
 delete mode 100644 Build.PL
 delete mode 100644 README.md
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 xt/author/clean-namespaces.t
 create mode 100644 xt/author/eol.t
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/mojibake.t
 create mode 100644 xt/author/no-tabs.t
 create mode 100644 xt/author/pod-spell.t
 delete mode 100644 xt/release/eol.t
 delete mode 100644 xt/release/kwalitee.t
 delete mode 100644 xt/release/mojibake.t
 delete mode 100644 xt/release/no-tabs.t
 create mode 100644 xt/release/pod-no404s.t
 delete mode 100644 xt/release/test-version.t
 delete mode 100644 xt/release/unused-vars.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-cookie-splitter-perl.git



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