[libcatalyst-perl] branch master updated (1e435e8 -> 2095ff7)

Damyan Ivanov dmn at moszumanska.debian.org
Wed Aug 13 21:05:06 UTC 2014


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

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

      from  1e435e8   releasing package libcatalyst-perl version 5.90065-1
      adds  ccef4c9   Imported Upstream version 5.90071
       new  464dc3e   Merge tag 'upstream/5.90071'
       new  8842276   add a patch fixing NAME section of C:Middleware::Stash POD
       new  6dcd814   releasing package libcatalyst-perl version 5.90071-1
       new  2095ff7   mark patch as forwarded

The 4 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                                       |  45 +++++
 MANIFEST                                      |   3 +-
 META.yml                                      |   2 +-
 Makefile.PL                                   |   1 -
 debian/changelog                              |   8 +
 debian/patches/man-whatis.patch               |  25 +++
 debian/patches/series                         |   1 +
 lib/Catalyst.pm                               | 266 ++++++++++++++++++++++----
 lib/Catalyst/ActionChain.pm                   |   9 +-
 lib/Catalyst/Engine.pm                        |   1 +
 lib/Catalyst/Middleware/Stash.pm              | 119 ++++++++++++
 lib/Catalyst/Plugin/Unicode/Encoding.pm       | 196 +------------------
 lib/Catalyst/Response.pm                      |  79 ++++++++
 lib/Catalyst/Runtime.pm                       |   2 +-
 lib/Catalyst/Script/Server.pm                 |   2 +
 t/aggregate/live_engine_request_env.t         |  40 ++--
 t/aggregate/live_plugin_loaded.t              |   1 -
 t/aggregate/unit_core_component_layers.t      |   5 +-
 t/aggregate/unit_core_log.t                   |   0
 t/aggregate/unit_core_mvc.t                   |  20 +-
 t/aggregate/unit_core_plugin.t                |   1 -
 t/aggregate/unit_core_script_server.t         |   2 +-
 t/author/spelling.t                           |   2 +
 t/lib/PluginTestApp.pm                        |   1 -
 t/lib/PluginTestApp/Controller/Root.pm        |   1 -
 t/lib/TestApp/Controller/ContextClosure.pm    |   5 +
 t/lib/TestApp/Controller/Dump.pm              |   6 -
 t/lib/TestApp/Controller/Log.pm               |   5 +
 t/lib/TestApp/View/Dump/Env.pm                |   1 +
 t/lib/TestLogger.pm                           |   1 +
 t/live_component_controller_context_closure.t |  12 +-
 t/psgi-log.t                                  |   8 +-
 t/psgi_file_testapp_engine_plackup_compat.t   |  41 ----
 t/psgi_file_testapp_engine_psgi_compat.t      |  40 ----
 t/psgi_utils.t                                |  35 ++++
 35 files changed, 619 insertions(+), 367 deletions(-)
 create mode 100644 debian/patches/man-whatis.patch
 create mode 100644 debian/patches/series
 mode change 100755 => 100644 lib/Catalyst.pm
 create mode 100644 lib/Catalyst/Middleware/Stash.pm
 mode change 100644 => 100755 t/aggregate/unit_core_log.t
 delete mode 100644 t/psgi_file_testapp_engine_plackup_compat.t
 delete mode 100644 t/psgi_file_testapp_engine_psgi_compat.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