[libdancer2-perl] 01/09: Merge tag 'upstream/0.160001+dfsg'

Nuno Carvalho smash at cpan.org
Fri May 15 19:21:08 UTC 2015


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 94e1970f4d358c4722c214d491f30455d8551baf
Merge: 443c685 f437d8c
Author: Nuno Carvalho <smash at cpan.org>
Date:   Fri May 15 18:32:14 2015 +0100

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

 Build.PL                                           |   34 +-
 Changes                                            |  342 ++-
 LICENSE                                            |    6 +-
 MANIFEST                                           |   92 +-
 META.json                                          |  159 +-
 META.yml                                           |  153 +-
 Makefile.PL                                        |   56 +-
 README.md                                          |   73 -
 lib/Dancer2.pm                                     |   42 +-
 lib/Dancer2/CLI.pm                                 |    6 +-
 lib/Dancer2/CLI/Command/gen.pm                     |   22 +-
 lib/Dancer2/CLI/Command/version.pm                 |    8 +-
 lib/Dancer2/Config.pod                             |  146 +-
 lib/Dancer2/Cookbook.pod                           | 1655 +++++--------
 lib/Dancer2/Core.pm                                |    6 +-
 lib/Dancer2/Core/.Request.pm.swp                   |  Bin 16384 -> 0 bytes
 lib/Dancer2/Core/App.pm                            |  465 ++--
 lib/Dancer2/Core/Cookie.pm                         |    6 +-
 lib/Dancer2/Core/DSL.pm                            |  304 +--
 lib/Dancer2/Core/Dispatcher.pm                     |    6 +-
 lib/Dancer2/Core/Error.pm                          |  115 +-
 lib/Dancer2/Core/Factory.pm                        |    6 +-
 lib/Dancer2/Core/HTTP.pm                           |    6 +-
 lib/Dancer2/Core/Hook.pm                           |    6 +-
 lib/Dancer2/Core/MIME.pm                           |   33 +-
 lib/Dancer2/Core/Request.pm                        |  228 +-
 lib/Dancer2/Core/Request/Upload.pm                 |    6 +-
 lib/Dancer2/Core/Response.pm                       |   61 +-
 lib/Dancer2/Core/Response/Delayed.pm               |  139 ++
 lib/Dancer2/Core/Role/ConfigReader.pm              |   15 +-
 lib/Dancer2/Core/Role/DSL.pm                       |   42 +-
 lib/Dancer2/Core/Role/Engine.pm                    |    6 +-
 lib/Dancer2/Core/Role/Handler.pm                   |    6 +-
 lib/Dancer2/Core/Role/HasLocation.pm               |   12 +-
 lib/Dancer2/Core/Role/Headers.pm                   |   33 +-
 lib/Dancer2/Core/Role/Hookable.pm                  |   43 +-
 lib/Dancer2/Core/Role/Logger.pm                    |   38 +-
 lib/Dancer2/Core/Role/Response.pm                  |   42 +
 lib/Dancer2/Core/Role/Serializer.pm                |   95 +-
 lib/Dancer2/Core/Role/SessionFactory.pm            |   23 +-
 lib/Dancer2/Core/Role/SessionFactory/File.pm       |   17 +-
 lib/Dancer2/Core/Role/StandardResponses.pm         |   43 +-
 lib/Dancer2/Core/Role/Template.pm                  |   48 +-
 lib/Dancer2/Core/Route.pm                          |  121 +-
 lib/Dancer2/Core/Runner.pm                         |   33 +-
 lib/Dancer2/Core/Session.pm                        |   11 +-
 lib/Dancer2/Core/Time.pm                           |    8 +-
 lib/Dancer2/Core/Types.pm                          |    6 +-
 lib/Dancer2/FileUtils.pm                           |    6 +-
 lib/Dancer2/Handler/AutoPage.pm                    |   21 +-
 lib/Dancer2/Handler/File.pm                        |   62 +-
 lib/Dancer2/Logger/Capture.pm                      |   11 +-
 lib/Dancer2/Logger/Capture/Trap.pm                 |   14 +-
 lib/Dancer2/Logger/Console.pm                      |    6 +-
 lib/Dancer2/Logger/Diag.pm                         |    6 +-
 lib/Dancer2/Logger/File.pm                         |   37 +-
 lib/Dancer2/Logger/Note.pm                         |    6 +-
 lib/Dancer2/Logger/Null.pm                         |    6 +-
 lib/Dancer2/Manual.pod                             | 2449 +++++++++++++++-----
 lib/Dancer2/Manual/Deployment.pod                  |  614 +++++
 lib/Dancer2/Manual/Migration.pod                   |  346 ++-
 lib/Dancer2/Manual/Testing.pod                     |  140 ++
 lib/Dancer2/Plugin.pm                              |   81 +-
 lib/Dancer2/Plugin/Ajax.pm                         |  133 --
 lib/Dancer2/Plugins.pod                            |    8 +-
 lib/Dancer2/Policy.pod                             |   12 +-
 lib/Dancer2/Serializer/Dumper.pm                   |   15 +-
 lib/Dancer2/Serializer/JSON.pm                     |   10 +-
 lib/Dancer2/Serializer/Mutable.pm                  |   18 +-
 lib/Dancer2/Serializer/YAML.pm                     |   14 +-
 lib/Dancer2/Session/Simple.pm                      |    6 +-
 lib/Dancer2/Session/YAML.pm                        |   10 +-
 lib/Dancer2/Template/Implementation/ForkedTiny.pm  |    6 +-
 lib/Dancer2/Template/Simple.pm                     |    8 +-
 lib/Dancer2/Template/TemplateToolkit.pm            |   17 +-
 lib/Dancer2/Template/Tiny.pm                       |    6 +-
 lib/Dancer2/Test.pm                                |   32 +-
 lib/Dancer2/Tutorial.pod                           |    6 +-
 script/dancer2                                     |   10 +-
 share/skel/bin/{+app.pl => +app.psgi}              |    4 +-
 share/skel/cpanfile                                |   11 +
 share/skel/environments/development.yml            |    2 +-
 share/skel/environments/production.yml             |    5 +-
 share/skel/public/+dispatch.cgi                    |    2 +-
 share/skel/public/+dispatch.fcgi                   |    2 +-
 share/skel/t/002_index_route.t                     |   10 +-
 share/skel/views/index.tt                          |    2 +-
 t/00-compile.t                                     |   12 +-
 t/00-report-prereqs.dd                             |   27 +-
 t/ajax_plugin.t                                    |  103 -
 t/any.t                                            |   39 -
 t/app.t                                            |   12 +-
 t/author-no-tabs.t                                 |   85 +-
 t/auto_page.t                                      |    7 +-
 t/caller.t                                         |    7 +-
 t/charset_server.t                                 |   87 +-
 t/classes/Dancer2-Core-Factory/{create.t => new.t} |    5 +-
 t/classes/Dancer2-Core-Hook/{base.t => new.t}      |    7 +-
 t/classes/Dancer2-Core-Request/new.t               |  495 ++++
 .../Dancer2-Core-Response-Delayed/after_hooks.t    |   64 +
 t/classes/Dancer2-Core-Response-Delayed/new.t      |   70 +
 t/classes/Dancer2-Core-Response/new_from.t         |   13 +-
 .../Dancer2-Core-Role-Engine/{base.t => with.t}    |    3 +-
 .../Dancer2-Core-Role-Handler/{base.t => with.t}   |    2 -
 .../{base.t => with.t}                             |   47 +-
 t/classes/Dancer2-Core-Role-Headers/with.t         |   95 +
 t/classes/Dancer2-Core-Role-Serializer/with.t      |  207 ++
 .../{base.t => with.t}                             |   67 +-
 t/classes/Dancer2-Core-Route/base.t                |   67 +
 t/{route.t => classes/Dancer2-Core-Route/match.t}  |   80 +-
 t/classes/Dancer2-Core-Runner/{base.t => new.t}    |   41 +-
 t/classes/Dancer2-Core-Runner/psgi_app.t           |    3 -
 t/classes/Dancer2-Core/camelize.t                  |    2 -
 t/classes/Dancer2/import.t                         |   34 +-
 t/config/environments/failure.yml                  |    4 +-
 t/config_reader.t                                  |    2 +-
 t/custom_dsl.t                                     |   17 +-
 t/dancer-test.t                                    |    2 +-
 t/deserialize.t                                    |  128 +-
 t/dispatcher.t                                     |   39 +-
 t/dsl/any.t                                        |   48 +
 t/dsl/app.t                                        |   18 +
 t/dsl/content.t                                    |  102 +-
 t/dsl/delayed.t                                    |   89 +
 t/dsl/error_template.t                             |   75 +
 t/dsl/extend.t                                     |    2 -
 t/dsl/halt.t                                       |    3 +-
 t/dsl/pass.t                                       |    1 -
 t/dsl/path.t                                       |  110 +
 t/dsl/send_file.t                                  |  126 +
 t/dsl/splat.t                                      |   30 +
 t/dsl/to_app.t                                     |    1 -
 t/engine.t                                         |   24 +-
 t/error.t                                          |   11 +
 t/error_template.t                                 |   71 -
 t/forward.t                                        |    4 +-
 t/forward_test_tcp.t                               |  160 +-
 t/handler_file.t                                   |   79 -
 t/hooks.t                                          |  272 ++-
 t/issues/gh-596.t                                  |   20 +
 t/issues/gh-634.t                                  |  119 +
 t/issues/gh-639/fails/.dancer                      |    0
 t/issues/gh-639/fails/config.yml                   |    3 +
 t/issues/gh-639/fails/issue.t                      |   13 +
 t/issues/gh-639/succeeds/.dancer                   |    0
 t/issues/gh-639/succeeds/config.yml                |    4 +
 t/issues/gh-639/succeeds/issue.t                   |   13 +
 t/issues/gh-650/gh-650.t                           |   42 +
 t/issues/gh-650/views/environment_setting.tt       |    1 +
 t/issues/gh-723.t                                  |    2 -
 t/issues/gh-730.t                                  |   69 +
 t/issues/gh-762.t                                  |   41 +
 t/issues/gh-762/views/404.tt                       |    4 +
 t/issues/gh-794.t                                  |   28 +
 t/issues/gh-797.t                                  |   56 +
 t/issues/gh-799.t                                  |   64 +
 t/issues/memleak/die_in_hooks.t                    |   55 +
 t/lib/EmptyPlugin.pm                               |   10 +
 t/lib/FooPlugin.pm                                 |    2 +-
 t/lib/MyDancerDSL.pm                               |    8 +-
 t/lib/OnPluginImport.pm                            |   26 +
 t/lib/PluginWithImport.pm                          |    3 +-
 t/logger.t                                         |   16 +-
 t/logger/file.t                                    |   10 -
 t/logger_console.t                                 |   28 +-
 t/lwp-protocol-psgi.t                              |   35 -
 t/memory_cycles.t                                  |    5 +-
 t/multiapp_template_hooks.t                        |   11 +-
 t/plugin_syntax.t                                  |   12 +
 t/psgi_app_forward_and_pass.t                      |    2 +-
 t/request.t                                        |   25 +-
 t/request_params.t                                 |  153 --
 t/response.t                                       |    9 +-
 t/roles/headers.t                                  |   26 -
 t/roles/hook.t                                     |    1 +
 t/runner.t                                         |   31 -
 t/scope_problems/views/500.tt                      |    1 +
 t/scope_problems/with_return_dies.t                |   72 +
 t/serializer.t                                     |   34 +-
 t/serializer_mutable.t                             |   20 +-
 t/server_standalone.t                              |   40 -
 t/session_config.t                                 |  190 +-
 t/session_engines.t                                |  181 +-
 t/session_forward.t                                |  182 +-
 t/session_hooks.t                                  |  227 +-
 t/session_in_template.t                            |   97 +
 t/session_lifecycle.t                              |  331 ++-
 t/sessions/VBzn5-yKiV0ZEaZqEtEvK_pmMT8n4QQx.yml    |    2 -
 t/sessions/VDKr30YvCd7R3WEniUv5Re5999E6SJmQ.yml    |    2 -
 t/sessions/VDf4nIP4n0A4Ya5vcE7SaaDntyVZj9oB.yml    |    2 -
 t/sessions/VDfsgXhalKhiOdSVDEk4iwyf_j3JJ1lU.yml    |    2 -
 t/sessions/VDgFcPJynjsERU0GCt8fE9hhT-R3ErKV.yml    |    2 -
 t/sessions/VDgH-lQYfi_XUNztQLT-6ebJ_gzwGZKp.yml    |    2 -
 t/sessions/VDgHth9A4cXrh0fLlBodXUMnCXkcPlOO.yml    |    2 -
 t/sessions/VDsBvbCel9L5vqAA8X12v_IKYwpqtEIb.yml    |    2 -
 t/sessions/VDsC67174msADj1P2kEtWWWWqenpf_Gh.yml    |    2 -
 t/sessions/VDsdec7YkN_t5HYgYTY4UTO0rGbd3quL.yml    |    2 -
 t/sessions/VDskH-mTqVSrtI7vn3Cfjc22M3sDZ4nf.yml    |    2 -
 t/sessions/VDxpkwmXPxXgntfDkSbIJIW3-ZmOV6F2.yml    |    2 -
 t/sessions/VDxr8vlFwjuihF5Oq6qfdcX_C-sqJFst.yml    |    2 -
 t/sessions/VDxsUBz1JAMQos-edO9ShtnKnIqjRugy.yml    |    2 -
 t/sessions/VDxszUJNZJrCm2146wLcBL4Tauj5tlx3.yml    |    2 -
 t/sessions/VDxtWd3557qlVPhU5y4QeEnoTzopT4XL.yml    |    2 -
 t/sessions/VDxuf7UcBT5V58xfDyZ2akeLCE0stVRe.yml    |    2 -
 t/shared_engines.t                                 |   94 +-
 t/splat.t                                          |   35 -
 t/template_default_tokens.t                        |    3 +-
 t/template_tiny/01_compile.t                       |    2 +-
 t/template_tiny/02_trivial.t                       |    2 +-
 t/template_tiny/03_samples.t                       |    2 +-
 t/template_tiny/04_compat.t                        |    2 +-
 t/template_tiny/05_preparse.t                      |    2 +-
 t/views/session_in_template.tt                     |    1 +
 213 files changed, 9366 insertions(+), 5209 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