[libdancer2-perl] 01/07: Merge tag 'upstream/0.200000+dfsg'

Nuno Carvalho smash at cpan.org
Wed Jun 1 13:11:00 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 632442e9b88c5c5a740b8471807c7165266620ec
Merge: 20451f9 31d76b5
Author: Nuno Carvalho <smash at cpan.org>
Date:   Wed Jun 1 11:18:35 2016 +0100

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

 Changes                                           |  100 +-
 LICENSE                                           |    6 +-
 MANIFEST                                          |   35 +-
 META.json                                         |  130 +--
 META.yml                                          |  237 +++--
 Makefile.PL                                       |   26 +-
 lib/Dancer2.pm                                    |   17 +-
 lib/Dancer2/CLI.pm                                |    6 +-
 lib/Dancer2/CLI/Command/gen.pm                    |   12 +-
 lib/Dancer2/CLI/Command/version.pm                |    9 +-
 lib/Dancer2/Config.pod                            |    4 +-
 lib/Dancer2/Cookbook.pod                          |    4 +-
 lib/Dancer2/Core.pm                               |    6 +-
 lib/Dancer2/Core/App.pm                           |  148 ++-
 lib/Dancer2/Core/Cookie.pm                        |    6 +-
 lib/Dancer2/Core/DSL.pm                           |   49 +-
 lib/Dancer2/Core/Dispatcher.pm                    |    6 +-
 lib/Dancer2/Core/Error.pm                         |   84 +-
 lib/Dancer2/Core/Factory.pm                       |   12 +-
 lib/Dancer2/Core/HTTP.pm                          |    6 +-
 lib/Dancer2/Core/Hook.pm                          |    6 +-
 lib/Dancer2/Core/MIME.pm                          |   10 +-
 lib/Dancer2/Core/Request.pm                       |   25 +-
 lib/Dancer2/Core/Request/Upload.pm                |   11 +-
 lib/Dancer2/Core/Response.pm                      |   24 +-
 lib/Dancer2/Core/Response/Delayed.pm              |    8 +-
 lib/Dancer2/Core/Role/ConfigReader.pm             |    9 +-
 lib/Dancer2/Core/Role/DSL.pm                      |    6 +-
 lib/Dancer2/Core/Role/Engine.pm                   |    6 +-
 lib/Dancer2/Core/Role/Handler.pm                  |    6 +-
 lib/Dancer2/Core/Role/HasLocation.pm              |    8 +-
 lib/Dancer2/Core/Role/Hookable.pm                 |    6 +-
 lib/Dancer2/Core/Role/Logger.pm                   |   21 +-
 lib/Dancer2/Core/Role/Serializer.pm               |   10 +-
 lib/Dancer2/Core/Role/SessionFactory.pm           |   12 +-
 lib/Dancer2/Core/Role/SessionFactory/File.pm      |    6 +-
 lib/Dancer2/Core/Role/StandardResponses.pm        |    6 +-
 lib/Dancer2/Core/Role/Template.pm                 |   22 +-
 lib/Dancer2/Core/Route.pm                         |   10 +-
 lib/Dancer2/Core/Runner.pm                        |   11 +-
 lib/Dancer2/Core/Session.pm                       |    6 +-
 lib/Dancer2/Core/Time.pm                          |    6 +-
 lib/Dancer2/Core/Types.pm                         |  147 +--
 lib/Dancer2/FileUtils.pm                          |   10 +-
 lib/Dancer2/Handler/AutoPage.pm                   |    7 +-
 lib/Dancer2/Handler/File.pm                       |    6 +-
 lib/Dancer2/Logger/Capture.pm                     |    6 +-
 lib/Dancer2/Logger/Capture/Trap.pm                |    6 +-
 lib/Dancer2/Logger/Console.pm                     |    6 +-
 lib/Dancer2/Logger/Diag.pm                        |    6 +-
 lib/Dancer2/Logger/File.pm                        |   25 +-
 lib/Dancer2/Logger/Note.pm                        |    6 +-
 lib/Dancer2/Logger/Null.pm                        |    6 +-
 lib/Dancer2/Manual.pod                            |   97 +-
 lib/Dancer2/Manual/Deployment.pod                 |  324 +++---
 lib/Dancer2/Manual/Migration.pod                  |    6 +-
 lib/Dancer2/Manual/Testing.pod                    |    4 +-
 lib/Dancer2/Plugin.pm                             | 1175 +++++++++++++++------
 lib/Dancer2/Plugins.pod                           |    6 +-
 lib/Dancer2/Policy.pod                            |    4 +-
 lib/Dancer2/Serializer/Dumper.pm                  |    6 +-
 lib/Dancer2/Serializer/JSON.pm                    |    6 +-
 lib/Dancer2/Serializer/Mutable.pm                 |    6 +-
 lib/Dancer2/Serializer/YAML.pm                    |   10 +-
 lib/Dancer2/Session/Simple.pm                     |    6 +-
 lib/Dancer2/Session/YAML.pm                       |    6 +-
 lib/Dancer2/Template/Implementation/ForkedTiny.pm |    6 +-
 lib/Dancer2/Template/Simple.pm                    |    6 +-
 lib/Dancer2/Template/TemplateToolkit.pm           |    6 +-
 lib/Dancer2/Template/Tiny.pm                      |    6 +-
 lib/Dancer2/Test.pm                               |    6 +-
 lib/Dancer2/Tutorial.pod                          |    4 +-
 script/dancer2                                    |    4 +-
 share/skel/public/+dispatch.cgi                   |    2 +-
 share/skel/public/+dispatch.fcgi                  |    2 +-
 share/skel/public/css/error.css                   |   18 +-
 share/skel/public/css/style.css                   |    2 +-
 share/skel/views/index.tt                         |   41 +-
 t/00-report-prereqs.dd                            |   12 +-
 t/author-no-tabs.t                                |   33 +-
 t/auto_page.t                                     |   26 +-
 t/classes/Dancer2-Core-Request/serializers.t      |    5 +-
 t/classes/Dancer2-Core-Role-Serializer/with.t     |    4 +-
 t/classes/Dancer2-Core-Route/match.t              |   31 +-
 t/config.yml                                      |    2 +-
 t/deserialize.t                                   |    6 +-
 t/dispatcher.t                                    |    2 +-
 t/dsl.t                                           |   22 -
 t/dsl/halt.t                                      |    2 +-
 t/dsl/halt_with_param.t                           |    2 +-
 t/dsl/parameters.t                                |    2 +-
 t/dsl/pass.t                                      |    2 +-
 t/dsl/request.t                                   |   42 +
 t/dsl/send_as.t                                   |  119 +++
 t/file_utils.t                                    |    7 +-
 t/forward.t                                       |   14 +
 t/hooks.t                                         |    3 +-
 t/issues/gh-1046/config.yml                       |    1 +
 t/issues/gh-1046/gh-1046.t                        |   23 +
 t/issues/gh-1098.t                                |   13 +-
 t/lib/Dancer2/Plugin/Bar.pm                       |   23 +
 t/lib/{ => Dancer2/Plugin}/DancerPlugin.pm        |    9 +-
 t/lib/{ => Dancer2/Plugin}/EmptyPlugin.pm         |    2 +-
 t/lib/Dancer2/Plugin/Foo.pm                       |   52 +
 t/lib/{ => Dancer2/Plugin}/FooPlugin.pm           |    8 +-
 t/lib/{ => Dancer2/Plugin}/Hookee.pm              |    2 +-
 t/lib/{ => Dancer2/Plugin}/OnPluginImport.pm      |    2 +-
 t/lib/{ => Dancer2/Plugin}/PluginWithImport.pm    |   10 +-
 t/lib/Dancer2/Plugin/Polite.pm                    |   44 +
 t/lib/SubApp1.pm                                  |    3 +-
 t/lib/SubApp2.pm                                  |    3 +-
 t/lib/TestApp.pm                                  |   10 +-
 t/lib/poc.pm                                      |   22 +
 t/lib/poc2.pm                                     |   26 +
 t/logger.t                                        |   21 +
 t/memory_cycles.t                                 |    3 +-
 t/mime.t                                          |    2 +-
 t/plugin2/basic-2.t                               |   29 +
 t/plugin2/basic.t                                 |   31 +
 t/plugin2/define-keywords.t                       |   43 +
 t/plugin2/from-config.t                           |   70 ++
 t/plugin2/hooks.t                                 |   64 ++
 t/plugin2/inside-plugin.t                         |   73 ++
 t/plugin2/keywords-hooks-namespace.t              |   65 ++
 t/plugin2/no-app-munging.t                        |   23 +
 t/plugin2/no-clobbering.t                         |   63 ++
 t/plugin2/no-config.t                             |   38 +
 t/plugin2/with-plugins.t                          |   69 ++
 t/plugin_import.t                                 |   11 +-
 t/plugin_register.t                               |    2 +-
 t/plugin_syntax.t                                 |   15 +-
 t/redirect.t                                      |    2 +-
 t/session_object.t                                |    5 +-
 t/template.t                                      |   10 +-
 t/time.t                                          |    3 +-
 t/types.t                                         |   56 +-
 t/views/auto_page.tt                              |    2 +-
 xt/perlcritic.rc                                  |    2 +-
 138 files changed, 3183 insertions(+), 1236 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