[libdancer2-perl] 01/03: Update upstream source from tag 'upstream/0.205002+dfsg'

Damyan Ivanov dmn at moszumanska.debian.org
Sun Oct 22 18:16:43 UTC 2017


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

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

commit 37fc3bb42ecc55fa94eb22c33668471fe2df92eb
Merge: d09b3f1 205d743
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sun Oct 22 08:55:05 2017 +0000

    Update upstream source from tag 'upstream/0.205002+dfsg'
    
    Update to upstream version '0.205002+dfsg'
    with Debian dir 697bdb8f14dfb8f7488124d2a39d812dbbe911e8

 Changes                                           |  21 ++++
 META.json                                         | 116 +++++++++++-----------
 META.yml                                          | 116 +++++++++++-----------
 Makefile.PL                                       |   2 +-
 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                          |   7 +-
 lib/Dancer2/Core.pm                               |   4 +-
 lib/Dancer2/Core/App.pm                           |   5 +-
 lib/Dancer2/Core/Cookie.pm                        |   6 +-
 lib/Dancer2/Core/DSL.pm                           |   4 +-
 lib/Dancer2/Core/Dispatcher.pm                    |   4 +-
 lib/Dancer2/Core/Error.pm                         |  19 +++-
 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                       |  18 +++-
 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                 |   6 +-
 lib/Dancer2/Core/Route.pm                         |  10 +-
 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                     |   7 +-
 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                            |  95 ++++++++++++++----
 lib/Dancer2/Manual/Deployment.pod                 |   8 +-
 lib/Dancer2/Manual/Migration.pod                  |   8 +-
 lib/Dancer2/Manual/Testing.pod                    |   2 +-
 lib/Dancer2/Plugin.pm                             |  11 +-
 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 |  22 ++--
 lib/Dancer2/Template/Simple.pm                    |  11 +-
 lib/Dancer2/Template/TemplateToolkit.pm           |  56 ++++++++++-
 lib/Dancer2/Template/Tiny.pm                      |   4 +-
 lib/Dancer2/Test.pm                               |  28 +++---
 lib/Dancer2/Tutorial.pod                          |  20 +++-
 script/dancer2                                    |   4 +-
 share/skel/bin/+app.psgi                          |  13 +--
 share/skel/t/002_index_route.t                    |   3 +-
 t/charset_server.t                                |   3 +-
 t/classes/Dancer2-Core-Route/match.t              |   3 +-
 t/classes/Dancer2-Core-Runner/environment.t       |   4 +
 t/classes/Dancer2-Core-Runner/new.t               |   4 +
 t/config_multiapp.t                               |   1 +
 t/config_reader.t                                 |   4 +
 t/cookie.t                                        |  76 ++++++++------
 t/dancer-test.t                                   |   3 +-
 t/dispatcher.t                                    | 113 ++++++++++++---------
 t/dsl/error_template.t                            |   5 +-
 t/dsl/halt.t                                      |   5 +-
 t/dsl/halt_with_param.t                           |   5 +-
 t/dsl/pass.t                                      |   3 +-
 t/dsl/send_file.t                                 |   3 +-
 t/error.t                                         |  23 ++++-
 t/forward.t                                       |   3 +-
 t/forward_before_hook.t                           |   3 +-
 t/forward_test_tcp.t                              |   3 +-
 t/hooks.t                                         |   6 +-
 t/http_methods.t                                  |   3 +-
 t/issues/gh-650/gh-650.t                          |   9 +-
 t/log_die_before_hook.t                           |   3 +-
 t/plugin_import.t                                 |   3 +-
 t/plugin_multiple_apps.t                          |   3 +-
 t/plugin_syntax.t                                 |   9 +-
 t/redirect.t                                      |   9 +-
 t/serializer.t                                    |   3 +-
 t/serializer_mutable.t                            |   7 +-
 t/session_in_template.t                           |   3 +-
 t/template_default_tokens.t                       |   3 +-
 t/template_name.t                                 |   3 +-
 t/template_tiny/03_samples.t                      |   3 +-
 t/template_tiny/04_compat.t                       |   4 +-
 t/uri_for.t                                       |   3 +-
 t/vars.t                                          |   3 +-
 108 files changed, 701 insertions(+), 440 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