[libdancer2-perl] 01/07: Updated version 0.205000+dfsg from 'upstream/0.205000+dfsg'

gregor herrmann gregoa at debian.org
Sun Jun 18 15:06:04 UTC 2017


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

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

commit ddf76749dfc395a462f092084a74031e6c61d55e
Merge: 6c34177 08267b6
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 18 16:37:38 2017 +0200

    Updated version 0.205000+dfsg from 'upstream/0.205000+dfsg'
    
    with Debian dir fcacea1eae0a3d5147b697c9dd11062bbd7be4a3

 Changes                                           |  37 +++++++
 GitGuide.md                                       |  18 +++
 MANIFEST                                          |   1 +
 META.json                                         | 129 ++++++++++++----------
 META.yml                                          | 124 +++++++++++----------
 Makefile.PL                                       |  13 ++-
 cpanfile                                          |   6 +-
 lib/Dancer2.pm                                    |   7 +-
 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                          |   6 +-
 lib/Dancer2/Core.pm                               |   4 +-
 lib/Dancer2/Core/App.pm                           |  25 ++++-
 lib/Dancer2/Core/Cookie.pm                        |  30 +++--
 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                       |  27 +----
 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                 |   5 +-
 lib/Dancer2/Core/Route.pm                         |   6 +-
 lib/Dancer2/Core/Runner.pm                        |   4 +-
 lib/Dancer2/Core/Session.pm                       |   4 +-
 lib/Dancer2/Core/Time.pm                          |   4 +-
 lib/Dancer2/Core/Types.pm                         | 124 ++++++---------------
 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                            |  32 ++++--
 lib/Dancer2/Manual/Deployment.pod                 |   2 +-
 lib/Dancer2/Manual/Migration.pod                  |  95 +++++++++++++++-
 lib/Dancer2/Manual/Testing.pod                    |   2 +-
 lib/Dancer2/Plugin.pm                             |   4 +-
 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           |  32 +++---
 lib/Dancer2/Template/Tiny.pm                      |   4 +-
 lib/Dancer2/Test.pm                               |   4 +-
 lib/Dancer2/Tutorial.pod                          |   2 +-
 script/dancer2                                    |   2 +-
 share/skel/bin/+app.psgi                          |  43 ++++++++
 share/skel/config.yml                             |   5 +-
 share/skel/lib/AppFile.pm                         |   2 +-
 share/skel/views/layouts/main.tt                  |   2 +-
 t/00-report-prereqs.dd                            |  13 ++-
 t/author-no-tabs.t                                |   1 +
 t/cookie.t                                        |  28 +++++
 t/dsl/halt.t                                      |   2 +-
 t/dsl/halt_with_param.t                           |   2 +-
 t/dsl/path.t                                      |  17 ++-
 t/dsl/send_as.t                                   |  30 +++++
 t/forward_before_hook.t                           |   4 +-
 t/issues/gh-1098.t                                |  14 ++-
 t/issues/gh-944.t                                 |   2 +-
 t/lib/App1.pm                                     |   1 +
 t/lib/App2.pm                                     |   1 +
 t/plugin_multiple_apps.t                          |   1 +
 t/prepare_app.t                                   |  57 ++++++++++
 t/request.t                                       |  16 +--
 t/route-pod-coverage/route-pod-coverage.t         |   1 +
 t/shared_engines.t                                |   1 +
 t/types.t                                         |  30 ++---
 96 files changed, 755 insertions(+), 445 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