[libcatalyst-perl] branch master updated (78b24aa -> 526908a)

Florian Schlichting fsfs at moszumanska.debian.org
Tue Apr 22 21:54:00 UTC 2014


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

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

      from  78b24aa   update changelog
      adds  05558bd   Imported Upstream version 5.90062
       new  dc5a3f9   Merge tag 'upstream/5.90062'
       new  0d96cde   Import Upstream version 5.90062
       new  40a6021   Update list of upstream contributors, bump copyright years
       new  3540fba   Add (build-)dependencies on newly required plack middlewares
       new  526908a   update changelog, add WAITS-FOR middlewares

The 5 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                                            |  71 +++++
 MANIFEST                                           |  15 +
 META.yml                                           |  71 +++--
 Makefile.PL                                        |  14 +-
 debian/changelog                                   |  14 +-
 debian/control                                     |   6 +
 debian/copyright                                   |   5 +-
 inc/Module/AutoInstall.pm                          |   2 +-
 inc/Module/Install.pm                              |   2 +-
 inc/Module/Install/AutoInstall.pm                  |   2 +-
 inc/Module/Install/Base.pm                         |   2 +-
 inc/Module/Install/Can.pm                          |   2 +-
 inc/Module/Install/Fetch.pm                        |   2 +-
 inc/Module/Install/Include.pm                      |   2 +-
 inc/Module/Install/Makefile.pm                     |   2 +-
 inc/Module/Install/Metadata.pm                     |   2 +-
 inc/Module/Install/Scripts.pm                      |   2 +-
 inc/Module/Install/Win32.pm                        |   2 +-
 inc/Module/Install/WriteAll.pm                     |   2 +-
 lib/Catalyst.pm                                    | 162 +++++++----
 lib/Catalyst/ActionRole/HTTPMethods.pm             |  37 +--
 lib/Catalyst/Delta.pod                             | 100 ++++++-
 lib/Catalyst/Engine.pm                             | 123 ++++++--
 lib/Catalyst/Request.pm                            |   4 +
 lib/Catalyst/Response.pm                           |  74 +++--
 lib/Catalyst/Runtime.pm                            |   2 +-
 lib/Catalyst/Upgrading.pod                         |  12 +
 lib/Catalyst/Utils.pm                              | 125 ++++++++
 .../live_component_controller_action_chained.t     |  21 +-
 t/aggregate/live_engine_response_emptybody.t       |   6 +-
 t/author/spelling.t                                |   1 +
 t/body_fh.t                                        | 126 ++++++++
 t/http_exceptions.t                                | 123 ++++++++
 t/http_method.t                                    |  93 ++++++
 t/lib/TestApp/Controller/Action/Chained.pm         |  11 +-
 t/lib/TestApp/Controller/Root.pm                   |  33 +++
 t/psgi_utils.t                                     | 322 +++++++++++++++++++++
 t/remove_redundant_body.t                          |  35 +++
 38 files changed, 1421 insertions(+), 209 deletions(-)
 mode change 100644 => 100755 lib/Catalyst.pm
 create mode 100644 t/body_fh.t
 create mode 100644 t/http_exceptions.t
 create mode 100644 t/http_method.t
 create mode 100644 t/psgi_utils.t
 create mode 100644 t/remove_redundant_body.t

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



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