[libdancer2-perl] 01/08: Merge tag 'upstream/0.204000+dfsg'

Nuno Carvalho smash at cpan.org
Tue Oct 11 14:35:10 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 3f139a3031bf9923b369fa7fb85d72cfaa7ae09f
Merge: 1310b02 3cec547
Author: Nuno Carvalho <smash at cpan.org>
Date:   Tue Oct 11 13:53:09 2016 +0100

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

 Changes                                           |  37 +++++
 MANIFEST                                          |   8 +
 META.json                                         | 141 ++++++++--------
 META.yml                                          | 127 ++++++++-------
 Makefile.PL                                       |  14 +-
 cpanfile                                          |  83 ++++++++++
 lib/Dancer2.pm                                    |   5 +-
 lib/Dancer2/CLI.pm                                |   4 +-
 lib/Dancer2/CLI/Command/gen.pm                    |   8 +-
 lib/Dancer2/CLI/Command/version.pm                |   4 +-
 lib/Dancer2/Config.pod                            |  54 +++++--
 lib/Dancer2/Cookbook.pod                          |   2 +-
 lib/Dancer2/Core.pm                               |   4 +-
 lib/Dancer2/Core/App.pm                           | 187 +++++++++++++---------
 lib/Dancer2/Core/Cookie.pm                        |   4 +-
 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                          |   9 +-
 lib/Dancer2/Core/Hook.pm                          |   4 +-
 lib/Dancer2/Core/MIME.pm                          |   4 +-
 lib/Dancer2/Core/Request.pm                       |  63 +++++++-
 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             |  33 +++-
 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                         |   9 +-
 lib/Dancer2/Core/Runner.pm                        |   4 +-
 lib/Dancer2/Core/Session.pm                       |   4 +-
 lib/Dancer2/Core/Time.pm                          |   4 +-
 lib/Dancer2/Core/Types.pm                         |   4 +-
 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                            |  16 +-
 lib/Dancer2/Manual/Deployment.pod                 |   2 +-
 lib/Dancer2/Manual/Migration.pod                  |   2 +-
 lib/Dancer2/Manual/Testing.pod                    |   2 +-
 lib/Dancer2/Plugin.pm                             |   6 +-
 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                               |   4 +-
 lib/Dancer2/Tutorial.pod                          |  10 +-
 script/dancer2                                    |   2 +-
 share/skel/Makefile.PL                            |   8 +-
 share/skel/bin/+app.psgi                          |   4 +-
 share/skel/config.yml                             |   2 +-
 share/skel/cpanfile                               |   2 +-
 share/skel/lib/AppFile.pm                         |   2 +-
 share/skel/public/+dispatch.cgi                   |   2 +-
 share/skel/public/+dispatch.fcgi                  |   2 +-
 share/skel/t/001_base.t                           |   2 +-
 share/skel/t/002_index_route.t                    |   4 +-
 share/skel/views/index.tt                         |   6 +-
 share/skel/views/layouts/main.tt                  |   2 +-
 t/00-report-prereqs.dd                            |  25 ++-
 t/author-no-tabs.t                                |   7 +
 t/config2/config.yml                              |   9 ++
 t/config2/config_local.yml                        |   4 +
 t/config2/environments/lconfig.yml                |   3 +
 t/config2/environments/lconfig_local.yml          |   3 +
 t/config_reader.t                                 |  36 +++++
 t/disp_named_capture.t                            |  22 +++
 t/dsl/send_as.t                                   |   2 +-
 t/dsl/send_file.t                                 |   4 +-
 t/forward_hmv_params.t                            |  57 +++++++
 t/static_content.t                                |  30 ++++
 96 files changed, 867 insertions(+), 391 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