[libcgi-application-plugin-session-perl] branch master updated (270243f -> f8642df)

gregor herrmann gregoa at debian.org
Sun Nov 24 15:58:15 UTC 2013


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

gregoa pushed a change to branch master
in repository libcgi-application-plugin-session-perl.

      from  270243f   Remove trailing whitespace
      adds  49cd1e1   Imported Upstream version 1.04
       new  7b57184   Merge tag 'upstream/1.04'
       new  9bfe60b   New upstream release.
       new  b242d19   Drop hash-ordering.patch, fixed upstream.
       new  7b89a07   Update years of upstream copyright.
       new  265e012   Drop unneeded build dependencies.
       new  b627763   Make (build) dependency on libcgi-session-perl versioned.
       new  74b0f51   add comment about Test::More from bleadperl
       new  0402a9d   Declare compliance with Debian Policy 3.9.5.
       new  f8642df   releasing package libcgi-application-plugin-session-perl version 1.04-1

The 9 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                              |  22 --
 Changes                               |   7 +
 LICENSE                               | 379 ++++++++++++++++++++++++++++++++++
 MANIFEST                              |  15 +-
 META.json                             |  54 +++++
 META.yml                              |  29 +--
 Makefile.PL                           |  87 ++++++--
 README                                | 284 ++++++++++++++++++++++---
 cpanfile                              |   8 +
 debian/changelog                      |  13 ++
 debian/control                        |  12 +-
 debian/copyright                      |   2 +-
 debian/patches/hash-ordering.patch    |  33 ---
 debian/patches/series                 |   1 -
 dist.ini                              |  17 ++
 lib/CGI/Application/Plugin/Session.pm | 123 +++++++----
 t/12_badconfig.t                      |  21 +-
 t/13_sessioncookiename.t              |  23 +++
 t/98_pod.t                            |   4 -
 t/99_pod_coverage.t                   |   7 -
 t/TestAppSessionCookieName.pm         |  41 ++++
 t/release-pod-coverage.t              |  21 ++
 t/release-pod-syntax.t                |  15 ++
 23 files changed, 1047 insertions(+), 171 deletions(-)
 delete mode 100644 Build.PL
 create mode 100644 LICENSE
 create mode 100644 META.json
 create mode 100644 cpanfile
 delete mode 100644 debian/patches/hash-ordering.patch
 delete mode 100644 debian/patches/series
 create mode 100644 dist.ini
 create mode 100644 t/13_sessioncookiename.t
 delete mode 100644 t/98_pod.t
 delete mode 100644 t/99_pod_coverage.t
 create mode 100644 t/TestAppSessionCookieName.pm
 create mode 100644 t/release-pod-coverage.t
 create mode 100644 t/release-pod-syntax.t

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



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