[libdancer-perl] branch master updated (c60d2e2 -> ca57052)

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 change to branch master
in repository libdancer-perl.

      from  c60d2e2   releasing package libdancer-perl version 1.3114+dfsg-1
      adds  8baaec0   Imported Upstream version 1.3117+dfsg
       new  924892d   Merge tag 'upstream/1.3117+dfsg'
       new  cc248ce   New upstream release.
       new  61e9f75   Make build dependency on libtest-tcp-perl versioned.
       new  ca57052   releasing package libdancer-perl version 1.3117+dfsg-1

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:
 AUTHORS                                   |    8 +-
 CHANGES                                   |   47 ++++++++
 MANIFEST                                  |    2 +
 META.json                                 |    2 +-
 META.yml                                  |    2 +-
 debian/changelog                          |    7 ++
 debian/control                            |    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 +-
 55 files changed, 515 insertions(+), 148 deletions(-)
 create mode 100644 t/03_route_handler/35_no_further_routes.t
 create mode 100644 t/12_response/11_CVE-2012-5572.t

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