[libdancer2-perl] branch master updated (8a0e9e8 -> 467125c)

gregor herrmann gregoa at debian.org
Wed Oct 8 19:31:54 UTC 2014


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

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

      from  8a0e9e8   update changelog
       new  dc57dff   Add debian/upstream/metadata
       new  f844790   Update debian/changelog
       new  555e69c   Imported Upstream version 0.150000+dfsg
       new  9262b02   update changelog
       new  ccec6b9   Update Build-Depends-Indep and and Depends.
       new  e6def8f   Declare compliance with Debian Policy 3.9.6.
       new  b56104e   Explicitly build-depend on libmodule-build-perl.
       new  467125c   releasing package libdancer2-perl version 0.150000+dfsg-1

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL                                           |   6 +-
 Changes                                            |  71 +++
 MANIFEST                                           |  34 +-
 META.json                                          | 137 +++--
 META.yml                                           | 135 +++--
 Makefile.PL                                        |   8 +-
 debian/changelog                                   |  12 +-
 debian/control                                     |   8 +-
 debian/upstream/metadata                           |   6 +
 lib/Dancer2.pm                                     |  50 +-
 lib/Dancer2/CLI.pm                                 |   4 +-
 lib/Dancer2/CLI/Command/gen.pm                     |   4 +-
 lib/Dancer2/CLI/Command/version.pm                 |   4 +-
 lib/Dancer2/Config.pod                             |  18 +-
 lib/Dancer2/Cookbook.pod                           |  22 +-
 lib/Dancer2/Core.pm                                |   4 +-
 lib/Dancer2/Core/App.pm                            | 673 +++++++++++++++------
 lib/Dancer2/Core/Context.pm                        | 347 -----------
 lib/Dancer2/Core/Cookie.pm                         |   4 +-
 lib/Dancer2/Core/DSL.pm                            |  83 ++-
 lib/Dancer2/Core/Dispatcher.pm                     | 202 ++++---
 lib/Dancer2/Core/Error.pm                          |  75 +--
 lib/Dancer2/Core/Factory.pm                        |   4 +-
 lib/Dancer2/Core/HTTP.pm                           |   6 +-
 lib/Dancer2/Core/Hook.pm                           |   4 +-
 lib/Dancer2/Core/MIME.pm                           |   4 +-
 lib/Dancer2/Core/Request.pm                        | 109 ++--
 lib/Dancer2/Core/Request/Upload.pm                 |   4 +-
 lib/Dancer2/Core/Response.pm                       |   4 +-
 lib/Dancer2/Core/Role/ConfigReader.pm              |  65 +-
 lib/Dancer2/Core/Role/DSL.pm                       |   8 +-
 lib/Dancer2/Core/Role/Engine.pm                    |  20 +-
 lib/Dancer2/Core/Role/Handler.pm                   |   5 +-
 lib/Dancer2/Core/Role/HasLocation.pm               |  98 +++
 lib/Dancer2/Core/Role/Headers.pm                   |   4 +-
 lib/Dancer2/Core/Role/Hookable.pm                  |   6 +-
 lib/Dancer2/Core/Role/Logger.pm                    |   4 +-
 lib/Dancer2/Core/Role/Serializer.pm                |   4 +-
 lib/Dancer2/Core/Role/SessionFactory.pm            |   7 +-
 lib/Dancer2/Core/Role/SessionFactory/File.pm       |   4 +-
 lib/Dancer2/Core/Role/StandardResponses.pm         |  33 +-
 lib/Dancer2/Core/Role/Template.pm                  |  44 +-
 lib/Dancer2/Core/Route.pm                          |   4 +-
 lib/Dancer2/Core/Runner.pm                         | 168 +++--
 lib/Dancer2/Core/Session.pm                        |   6 +-
 lib/Dancer2/Core/Time.pm                           |   4 +-
 lib/Dancer2/Core/Types.pm                          |   4 +-
 lib/Dancer2/FileUtils.pm                           |   4 +-
 lib/Dancer2/Handler/AutoPage.pm                    |  21 +-
 lib/Dancer2/Handler/File.pm                        |  58 +-
 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                         |   8 +-
 lib/Dancer2/Logger/Note.pm                         |   4 +-
 lib/Dancer2/Logger/Null.pm                         |   4 +-
 lib/Dancer2/Manual.pod                             |  88 ++-
 lib/Dancer2/Plugin.pm                              |  21 +-
 lib/Dancer2/Plugin/Ajax.pm                         |   4 +-
 lib/Dancer2/Plugins.pod                            |   4 +-
 lib/Dancer2/Serializer/Dumper.pm                   |   4 +-
 lib/Dancer2/Serializer/JSON.pm                     |   4 +-
 lib/Dancer2/Serializer/Mutable.pm                  |  24 +-
 lib/Dancer2/Serializer/YAML.pm                     |   4 +-
 lib/Dancer2/Session/Simple.pm                      |   4 +-
 lib/Dancer2/Session/YAML.pm                        |   4 +-
 lib/Dancer2/Template/Implementation/ForkedTiny.pm  |   6 +-
 lib/Dancer2/Template/Simple.pm                     |   4 +-
 lib/Dancer2/Template/TemplateToolkit.pm            |   4 +-
 lib/Dancer2/Template/Tiny.pm                       |   4 +-
 lib/Dancer2/Test.pm                                |   6 +-
 lib/Dancer2/Tutorial.pod                           |  10 +-
 script/dancer2                                     |   2 +-
 share/skel/views/layouts/main.tt                   |   6 +-
 t/00-compile.t                                     |   2 +-
 t/00-report-prereqs.t                              |   3 +
 t/ajax_plugin.t                                    |   2 +-
 t/any.t                                            |   3 +-
 t/app.t                                            |  14 +-
 t/auto_page.t                                      |   2 +-
 t/caller.t                                         |  25 +
 t/config_app1.t                                    |  16 -
 t/config_app2.t                                    |  17 -
 t/config_app3.t                                    |  16 -
 t/config_multiapp.t                                |  23 +
 t/{config.t => config_reader.t}                    |  35 +-
 t/context-in-before.t                              |  57 ++
 t/context.t                                        |  36 --
 t/context_trigger.t                                |  55 --
 t/custom_dsl.t                                     |   2 +-
 t/deserialize.t                                    |  17 +-
 t/dispatcher.t                                     |  35 +-
 t/dsl.t                                            |   2 +-
 t/dsl/extend.t                                     |  55 ++
 t/dsl/extend_config/config.yml                     |   1 +
 t/dsl/halt.t                                       |  11 +-
 t/dsl/pass.t                                       |   2 +-
 t/error.t                                          |  16 +-
 t/error_template.t                                 |   2 +-
 t/forward.t                                        |   2 +-
 t/forward_before_hook.t                            |   9 +-
 t/handler_file.t                                   |   6 +-
 t/hooks.t                                          |   6 +-
 t/http_methods.t                                   |   3 +-
 t/log_die_before_hook.t                            |  37 ++
 t/log_levels.t                                     |  86 +++
 t/logger/file.t                                    |   1 -
 t/lwp-protocol-psgi.t                              |   3 +-
 t/memory_cycles.t                                  |  27 +
 t/multi_apps.t                                     |  48 ++
 t/multi_apps_forward.t                             |  81 +++
 t/multiapp_template_hooks.t                        | 215 +++++++
 t/named_apps.t                                     |  41 ++
 t/plugin_import.t                                  |   4 +-
 t/plugin_multiple_apps.t                           |   2 +-
 t/plugin_syntax.t                                  |   8 +-
 t/psgi_app.t                                       |  92 +++
 t/redirect.t                                       |   8 +-
 t/request.t                                        |  14 +-
 t/runner.t                                         |   8 +-
 t/serializer.t                                     |   3 +-
 t/serializer_json.t                                |   2 +-
 t/serializer_mutable.t                             |   3 +-
 t/session_config.t                                 |   4 +-
 t/session_engines.t                                |   2 +-
 t/session_forward.t                                | 189 +++++-
 t/session_hooks.t                                  |   2 +-
 t/session_lifecycle.t                              |   4 +-
 ...AP.yml => U8-0IAAAIo7quaDrMsrwW_vaalYuLN5G.yml} |   0
 ...AP.yml => U8-x8wAAH8c5NFaIXyuTBQ1qaMYVXtms.yml} |   0
 ...AP.yml => U8-yGQAAIIeUD3g5pCfu12mGyb9jdFpA.yml} |   0
 ...AP.yml => U8EjygAAC9a8v1m7XkjynBlJ8JKWkXsr.yml} |   0
 ...AP.yml => U8FTogAARfIT33ImUZSd5ffmiDvPjQ1k.yml} |   0
 ...AP.yml => U8q6bgAAY5J_az3iLVXSgmzZBpzsGZdn.yml} |   0
 ...AP.yml => U8qxAQAAVNrEmBCFpYG_oFJEBuv5Oo1T.yml} |   0
 ...AP.yml => U8sClAAAQzB77au98B9OAeDZsoejrJ6L.yml} |   0
 ...AP.yml => U9QiNAAATPWPqf4CsvJrPEfxpRGNdfDK.yml} |   0
 ...AP.yml => U9UMBAAAWAmK4rV4Zld987OFzngYrzpQ.yml} |   0
 ...AP.yml => U9URAgAAYlA49NVHsXQZcLgJzSdDKNDU.yml} |   0
 t/splat.t                                          |   2 +-
 t/template.t                                       |  29 +-
 t/template_default_tokens.t                        |   4 +-
 t/template_name.t                                  |   2 +-
 t/uri_for.t                                        |   2 +-
 t/vars.t                                           |   5 +-
 t/views/beforetemplate.tt                          |   1 +
 147 files changed, 2693 insertions(+), 1559 deletions(-)
 create mode 100644 debian/upstream/metadata
 delete mode 100644 lib/Dancer2/Core/Context.pm
 create mode 100644 lib/Dancer2/Core/Role/HasLocation.pm
 create mode 100644 t/caller.t
 delete mode 100644 t/config_app1.t
 delete mode 100644 t/config_app2.t
 delete mode 100644 t/config_app3.t
 create mode 100644 t/config_multiapp.t
 rename t/{config.t => config_reader.t} (78%)
 create mode 100644 t/context-in-before.t
 delete mode 100644 t/context.t
 delete mode 100644 t/context_trigger.t
 create mode 100644 t/dsl/extend.t
 create mode 100644 t/dsl/extend_config/config.yml
 create mode 100644 t/log_die_before_hook.t
 create mode 100644 t/log_levels.t
 create mode 100644 t/memory_cycles.t
 create mode 100644 t/multi_apps.t
 create mode 100644 t/multi_apps_forward.t
 create mode 100644 t/multiapp_template_hooks.t
 create mode 100644 t/named_apps.t
 create mode 100644 t/psgi_app.t
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U8-0IAAAIo7quaDrMsrwW_vaalYuLN5G.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U8-x8wAAH8c5NFaIXyuTBQ1qaMYVXtms.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U8-yGQAAIIeUD3g5pCfu12mGyb9jdFpA.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U8EjygAAC9a8v1m7XkjynBlJ8JKWkXsr.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U8FTogAARfIT33ImUZSd5ffmiDvPjQ1k.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U8q6bgAAY5J_az3iLVXSgmzZBpzsGZdn.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U8qxAQAAVNrEmBCFpYG_oFJEBuv5Oo1T.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U8sClAAAQzB77au98B9OAeDZsoejrJ6L.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U9QiNAAATPWPqf4CsvJrPEfxpRGNdfDK.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U9UMBAAAWAmK4rV4Zld987OFzngYrzpQ.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U9URAgAAYlA49NVHsXQZcLgJzSdDKNDU.yml} (100%)
 create mode 100644 t/views/beforetemplate.tt

-- 
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