[libdancer-perl] 01/04: Merge tag 'upstream/1.3117+dfsg'

gregor herrmann gregoa at debian.org
Sat Aug 10 15:52:41 UTC 2013


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

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

commit 924892dd30464683499d133ff4b0255d99749570
Merge: c60d2e2 8baaec0
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Aug 10 17:41:49 2013 +0200

    Merge tag 'upstream/1.3117+dfsg'
    
    Upstream version 1.3117+dfsg

 AUTHORS                                   |    8 +-
 CHANGES                                   |   47 ++++++++
 MANIFEST                                  |    2 +
 META.json                                 |    2 +-
 META.yml                                  |    2 +-
 examples/dancr/dancr.pl                   |   25 +----
 lib/Dancer.pm                             |    6 +-
 lib/Dancer/App.pm                         |   13 ++-
 lib/Dancer/Cookbook.pod                   |   10 +-
 lib/Dancer/Deployment.pod                 |   94 ++++++++++++++++
 lib/Dancer/Engine.pm                      |   17 ++-
 lib/Dancer/HTTP.pm                        |  166 ++++++++++++++++++++++++-----
 lib/Dancer/Handler/Debug.pm               |    1 +
 lib/Dancer/Handler/PSGI.pm                |    1 +
 lib/Dancer/Introduction.pod               |    4 +-
 lib/Dancer/Logger/File.pm                 |    8 ++
 lib/Dancer/ModuleLoader.pm                |    2 +-
 lib/Dancer/Plugins.pod                    |    4 -
 lib/Dancer/Request.pm                     |    4 +-
 lib/Dancer/Response.pm                    |    8 +-
 lib/Dancer/Route.pm                       |   23 ++--
 lib/Dancer/Serializer.pm                  |    8 +-
 lib/Dancer/Tutorial.pod                   |   29 +++--
 t/00_base/12_utf8_charset.t               |    2 +-
 t/02_request/07_raw_data.t                |    2 +-
 t/02_request/10_mixed_params.t            |    2 +-
 t/02_request/12_base.t                    |   15 ++-
 t/02_request/13_ajax.t                    |    2 +-
 t/02_request/15_headers.t                 |    2 +-
 t/03_route_handler/21_ajax.t              |    2 +-
 t/03_route_handler/28_plack_mount.t       |    2 +-
 t/03_route_handler/33_vars.t              |    2 +-
 t/03_route_handler/34_forward_body_post.t |    2 +-
 t/03_route_handler/35_no_further_routes.t |   25 +++++
 t/04_static_file/001_base.t               |    2 +-
 t/06_helpers/02_http_status.t             |   39 +++----
 t/07_apphandlers/03_psgi_app.t            |    2 +-
 t/07_apphandlers/04_standalone_app.t      |    2 +-
 t/07_apphandlers/05_middlewares.t         |    2 +-
 t/07_apphandlers/07_middleware_map.t      |    2 +-
 t/08_session/02_dependency_check.t        |    2 +-
 t/08_session/03_http_requests.t           |    2 +-
 t/08_session/07_session_expires.t         |    2 +-
 t/08_session/13_session_httponly.t        |    2 +-
 t/09_cookies/03_persistence.t             |    2 +-
 t/12_response/04_charset_server.t         |    2 +-
 t/12_response/08_drop_content.t           |    2 +-
 t/12_response/11_CVE-2012-5572.t          |   39 +++++++
 t/14_serializer/01_helpers.t              |    2 +-
 t/14_serializer/17_clear_serializer.t     |    2 +-
 t/15_plugins/07_ajax_plack_builder.t      |    2 +-
 t/21_dependents/Dancer-Session-Cookie.t   |    2 +-
 t/24_deployment/01_multi_webapp.t         |    2 +-
 53 files changed, 507 insertions(+), 147 deletions(-)

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



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