[libweb-simple-perl] branch master updated (d56447f -> 82bc777)

gregor herrmann gregoa at debian.org
Fri May 23 11:58:24 UTC 2014


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

gregoa pushed a change to branch master
in repository libweb-simple-perl.

      from  d56447f   update changelog
      adds  06e1bfa   Imported Upstream version 0.021
       new  49cee6f   Merge tag 'upstream/0.021'
       new  785b5b5   New upstream release.
       new  d1da13e   Update debian/copyright.
       new  18ed11b   Declare compliance with Debian Policy 3.9.5.
       new  d131497   cme: reformat debian/control
       new  82bc777   update changelog / add PROBLEM

The 6 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                         |   8 +++
 MANIFEST                        |   2 +
 META.json                       |   4 +-
 META.yml                        |  20 ++++----
 README                          | 108 ++++++++++++++++++++++++++--------------
 debian/changelog                |  14 +++++-
 debian/control                  |  31 ++++++------
 debian/copyright                |   4 +-
 lib/Web/Dispatch.pm             |  39 ++++++++++-----
 lib/Web/Dispatch/HTTPMethods.pm |  13 ++---
 lib/Web/Dispatch/Node.pm        |   7 ++-
 lib/Web/Dispatch/ParamParser.pm |   3 +-
 lib/Web/Dispatch/Parser.pm      |  12 ++++-
 lib/Web/Simple.pm               |  96 +++++++++++++++++++++++------------
 lib/Web/Simple/Application.pm   |  11 ++--
 lib/Web/Simple/DispatchNode.pm  |  20 --------
 lib/Web/Simple/Role.pm          |  54 ++++++++++++++++++++
 t/dispatch_misc.t               |  92 +++++++++++++++++++++++-----------
 t/dispatch_parser.t             |  24 +++++++++
 t/param_parser.t                |  14 ++++++
 t/post.t                        |  20 ++++++++
 t/role.t                        |  53 ++++++++++++++++++++
 22 files changed, 473 insertions(+), 176 deletions(-)
 delete mode 100644 lib/Web/Simple/DispatchNode.pm
 create mode 100644 lib/Web/Simple/Role.pm
 create mode 100644 t/role.t

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



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