[libcatalyst-perl] 01/13: Merge tag 'upstream/5.90097'

gregor herrmann gregoa at debian.org
Wed Aug 12 10:28:49 UTC 2015


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

gregoa pushed a commit to branch master
in repository libcatalyst-perl.

commit 29b81ff5defa54a047716f4676c876c433c16ccd
Merge: f7e9daa e24d6c3
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Aug 12 11:04:15 2015 +0200

    Merge tag 'upstream/5.90097'
    
    Upstream version 5.90097

 Changes                                            |  370 ++++++-
 MANIFEST                                           |   29 +-
 META.yml                                           |   11 +-
 Makefile.PL                                        |    7 +-
 TODO                                               |   59 --
 inc/Module/AutoInstall.pm                          |    2 +-
 inc/Module/Install.pm                              |    6 +-
 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                                    | 1106 +++++++++++++++++---
 lib/Catalyst/Action.pm                             |  388 ++++++-
 lib/Catalyst/ActionChain.pm                        |   48 +-
 lib/Catalyst/ActionRole/HTTPMethods.pm             |   31 +-
 lib/Catalyst/ActionRole/QueryMatching.pm           |  131 +++
 lib/Catalyst/ActionRole/Scheme.pm                  |   95 ++
 lib/Catalyst/Component.pm                          |   38 +
 lib/Catalyst/Contributing.pod                      |   41 +
 lib/Catalyst/Controller.pm                         |  122 ++-
 lib/Catalyst/Delta.pod                             |  123 +++
 lib/Catalyst/DispatchType/Chained.pm               |  137 ++-
 lib/Catalyst/DispatchType/Path.pm                  |    6 +-
 lib/Catalyst/Dispatcher.pm                         |   15 +-
 lib/Catalyst/Engine.pm                             |  100 +-
 lib/Catalyst/Log.pm                                |    1 +
 lib/Catalyst/Middleware/Stash.pm                   |   34 +-
 lib/Catalyst/Request.pm                            |   97 +-
 lib/Catalyst/Request/PartData.pm                   |  159 +++
 lib/Catalyst/Request/Upload.pm                     |  112 +-
 lib/Catalyst/Response.pm                           |  237 ++++-
 lib/Catalyst/Response/Writer.pm                    |   65 ++
 lib/Catalyst/RouteMatching.pod                     |  284 +++++
 lib/Catalyst/Runtime.pm                            |    3 +-
 lib/Catalyst/UTF8.pod                              |  653 ++++++++++++
 lib/Catalyst/Upgrading.pod                         |  275 ++++-
 lib/Catalyst/Utils.pm                              |   80 +-
 t/accept_context_regression.t                      |   40 +
 .../live_component_controller_httpmethods.t        |   16 +-
 t/aggregate/to_app.t                               |   11 +
 t/aggregate/unit_core_uri_for.t                    |   25 +-
 t/aggregate/unit_core_uri_for_multibytechar.t      |   12 +-
 t/aggregate/utf8_content_length.t                  |    1 -
 t/arg_constraints.t                                |  479 +++++++++
 t/args0_bug.t                                      |   65 ++
 t/author/spelling.t                                |   26 +-
 t/body_fh.t                                        |    4 +-
 t/class_traits.t                                   |   68 ++
 t/configured_comps.t                               |  126 +++
 t/consumes.t                                       |   59 ++
 t/dead_load_bad_args.t                             |    7 +
 t/dispatch_on_scheme.t                             |  123 +++
 t/http_exceptions.t                                |   27 +-
 ...p_exceptions.t => http_exceptions_backcompat.t} |   53 +-
 t/inject_component_util.t                          |   67 ++
 t/lib/Test/Apple.pm                                |   14 +
 t/lib/TestApp/Controller/HTTPMethods.pm            |   18 +-
 t/lib/TestAppEncoding/Controller/Root.pm           |    9 +-
 t/lib/TestAppUnicode.pm                            |    2 +-
 t/live_component_controller_context_closure.t      |    4 +-
 t/middleware-stash.t                               |   52 +
 t/no_test_stash_bug.t                              |   28 +
 t/not_utf8_query_bug.t                             |   45 +
 t/plack-middleware.t                               |   11 +
 t/psgi-log.t                                       |    2 +-
 t/psgi_utils.t                                     |   68 +-
 t/query_constraints.t                              |  177 ++++
 t/set_allowed_method.t                             |   32 +
 t/undef-params.t                                   |    5 +-
 t/unicode_plugin_charset_utf8.t                    |    4 +-
 t/unicode_plugin_no_encoding.t                     |    8 +-
 t/unicode_plugin_request_decode.t                  |   55 +-
 t/unit_utils_load_class.t                          |   12 +-
 t/utf8.txt                                         |    1 +
 t/utf_incoming.t                                   |  505 +++++++++
 81 files changed, 6525 insertions(+), 621 deletions(-)

-- 
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