[libdancer2-perl] 01/04: Merge tag 'upstream/0.202000+dfsg'

Nuno Carvalho smash at cpan.org
Mon Aug 22 11:23:03 UTC 2016


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

mestre-guest pushed a commit to branch master
in repository libdancer2-perl.

commit d8eedb05cea4e4c942371f83393d3c9018cfebef
Merge: 3246e5b 2cde7a2
Author: Nuno Carvalho <smash at cpan.org>
Date:   Thu Aug 18 15:11:47 2016 +0100

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

 Changes                                            |  28 ++-
 MANIFEST                                           |  13 +-
 META.json                                          | 126 ++++++------
 META.yml                                           | 124 ++++++------
 Makefile.PL                                        |  12 +-
 lib/Dancer2.pm                                     |   4 +-
 lib/Dancer2/CLI.pm                                 |   4 +-
 lib/Dancer2/CLI/Command/gen.pm                     |   4 +-
 lib/Dancer2/CLI/Command/version.pm                 |   4 +-
 lib/Dancer2/Config.pod                             |   2 +-
 lib/Dancer2/Cookbook.pod                           |   2 +-
 lib/Dancer2/Core.pm                                |   4 +-
 lib/Dancer2/Core/App.pm                            |   4 +-
 lib/Dancer2/Core/Cookie.pm                         |  48 ++++-
 lib/Dancer2/Core/DSL.pm                            |   4 +-
 lib/Dancer2/Core/Dispatcher.pm                     |   4 +-
 lib/Dancer2/Core/Error.pm                          |   4 +-
 lib/Dancer2/Core/Factory.pm                        |   4 +-
 lib/Dancer2/Core/HTTP.pm                           |   4 +-
 lib/Dancer2/Core/Hook.pm                           |   4 +-
 lib/Dancer2/Core/MIME.pm                           |   4 +-
 lib/Dancer2/Core/Request.pm                        |  77 ++++----
 lib/Dancer2/Core/Request/Upload.pm                 |   4 +-
 lib/Dancer2/Core/Response.pm                       |   4 +-
 lib/Dancer2/Core/Response/Delayed.pm               |   4 +-
 lib/Dancer2/Core/Role/ConfigReader.pm              |   4 +-
 lib/Dancer2/Core/Role/DSL.pm                       |   4 +-
 lib/Dancer2/Core/Role/Engine.pm                    |   4 +-
 lib/Dancer2/Core/Role/Handler.pm                   |   4 +-
 lib/Dancer2/Core/Role/HasLocation.pm               |   4 +-
 lib/Dancer2/Core/Role/Hookable.pm                  |   4 +-
 lib/Dancer2/Core/Role/Logger.pm                    |   4 +-
 lib/Dancer2/Core/Role/Serializer.pm                |   4 +-
 lib/Dancer2/Core/Role/SessionFactory.pm            |   4 +-
 lib/Dancer2/Core/Role/SessionFactory/File.pm       |   4 +-
 lib/Dancer2/Core/Role/StandardResponses.pm         |   4 +-
 lib/Dancer2/Core/Role/Template.pm                  |   4 +-
 lib/Dancer2/Core/Route.pm                          |   4 +-
 lib/Dancer2/Core/Runner.pm                         |   4 +-
 lib/Dancer2/Core/Session.pm                        |   4 +-
 lib/Dancer2/Core/Time.pm                           |   4 +-
 lib/Dancer2/Core/Types.pm                          | 143 +++++++++-----
 lib/Dancer2/FileUtils.pm                           |   4 +-
 lib/Dancer2/Handler/AutoPage.pm                    |   4 +-
 lib/Dancer2/Handler/File.pm                        |   4 +-
 lib/Dancer2/Logger/Capture.pm                      |   4 +-
 lib/Dancer2/Logger/Capture/Trap.pm                 |   4 +-
 lib/Dancer2/Logger/Console.pm                      |   4 +-
 lib/Dancer2/Logger/Diag.pm                         |   4 +-
 lib/Dancer2/Logger/File.pm                         |   4 +-
 lib/Dancer2/Logger/Note.pm                         |   4 +-
 lib/Dancer2/Logger/Null.pm                         |   4 +-
 lib/Dancer2/Manual.pod                             |  82 ++++----
 lib/Dancer2/Manual/Deployment.pod                  |   2 +-
 lib/Dancer2/Manual/Migration.pod                   |   4 +-
 lib/Dancer2/Manual/Testing.pod                     |   2 +-
 lib/Dancer2/Plugin.pm                              | 136 +++++++++----
 lib/Dancer2/Plugins.pod                            |   2 +-
 lib/Dancer2/Policy.pod                             |   2 +-
 lib/Dancer2/Serializer/Dumper.pm                   |   4 +-
 lib/Dancer2/Serializer/JSON.pm                     |   4 +-
 lib/Dancer2/Serializer/Mutable.pm                  |   4 +-
 lib/Dancer2/Serializer/YAML.pm                     |   4 +-
 lib/Dancer2/Session/Simple.pm                      |   4 +-
 lib/Dancer2/Session/YAML.pm                        |   4 +-
 lib/Dancer2/Template/Implementation/ForkedTiny.pm  |   4 +-
 lib/Dancer2/Template/Simple.pm                     |   4 +-
 lib/Dancer2/Template/TemplateToolkit.pm            |   4 +-
 lib/Dancer2/Template/Tiny.pm                       |   4 +-
 lib/Dancer2/Test.pm                                |   7 +-
 lib/Dancer2/Tutorial.pod                           |   2 +-
 script/dancer2                                     |   2 +-
 t/00-report-prereqs.dd                             |   8 +-
 t/author-no-tabs.t                                 |  11 ++
 t/cookie.t                                         | 213 +++++++++++----------
 t/dancer-test.t                                    |  16 +-
 t/dsl/parameters.t                                 |  45 ++++-
 t/issues/gh-1098.t                                 |  12 +-
 t/issues/gh-1226/gh-1226.t                         |  26 +++
 t/issues/gh-1226/lib/App.pm                        |   4 +
 t/issues/gh-1226/lib/App/Extra.pm                  |  11 ++
 .../gh-1226/lib/Dancer2/Plugin/Test/AccessDSL.pm   |  54 ++++++
 t/issues/gh-1230/gh-1230.t                         |  26 +++
 t/issues/gh-1230/lib/App.pm                        |   4 +
 t/issues/gh-1230/lib/App/Extra.pm                  |  11 ++
 .../gh-1230/lib/Dancer2/Plugin/Test/AccessDSL.pm   |  60 ++++++
 .../lib/Dancer2/Plugin/Test/AccessPluginDSL.pm     |  33 ++++
 t/lib/Dancer2/Plugin/DefineKeywords.pm             |  32 ++++
 t/plugin2/define-keywords.t                        |  48 ++---
 t/plugin2/memory_cycles.t                          |  36 ++++
 t/request.t                                        |   2 +-
 t/types.t                                          |  33 ++--
 92 files changed, 1111 insertions(+), 598 deletions(-)

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



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