[libdancer2-perl] branch master updated (a0cfef4 -> 36f3a3a)

gregor herrmann gregoa at debian.org
Sun Jul 6 13:54: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  a0cfef4   releasing package libdancer2-perl version 0.140001+dfsg-1
      adds  9868c55   Imported Upstream version 0.140001+dfsg
       new  fd7e973   Merge tag 'upstream/0.140001+dfsg'
      adds  8bfb82d   Imported Upstream version 0.143000+dfsg
       new  d47f974   Merge tag 'upstream/0.143000+dfsg'
       new  dc66163   New upstream release.
       new  a968a12   Add (build) dependency on libmodule-runtime-perl.
       new  36f3a3a   releasing package libdancer2-perl version 0.143000+dfsg-1

The 5 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                                           |   3 +-
 Changes                                            |  48 +++++
 MANIFEST                                           |  24 +++
 META.json                                          | 133 +++++++-------
 META.yml                                           | 132 +++++++-------
 Makefile.PL                                        |   6 +-
 debian/changelog                                   |   7 +
 debian/control                                     |   2 +
 lib/Dancer2.pm                                     |  53 ++----
 lib/Dancer2/CLI.pm                                 |   4 +-
 lib/Dancer2/CLI/Command/gen.pm                     |   4 +-
 lib/Dancer2/CLI/Command/version.pm                 |   4 +-
 lib/Dancer2/Config.pod                             |   4 +-
 lib/Dancer2/Cookbook.pod                           |   4 +-
 lib/Dancer2/Core.pm                                |   4 +-
 lib/Dancer2/Core/App.pm                            |  42 +++--
 lib/Dancer2/Core/Context.pm                        |  19 +-
 lib/Dancer2/Core/Cookie.pm                         |   4 +-
 lib/Dancer2/Core/DSL.pm                            |  28 +--
 lib/Dancer2/Core/Dispatcher.pm                     |  34 ++--
 lib/Dancer2/Core/Error.pm                          |  63 +++++--
 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                        |   5 +-
 lib/Dancer2/Core/Request/Upload.pm                 |   4 +-
 lib/Dancer2/Core/Response.pm                       |  22 ++-
 lib/Dancer2/Core/Role/ConfigReader.pm              |   9 +-
 lib/Dancer2/Core/Role/DSL.pm                       |   4 +-
 lib/Dancer2/Core/Role/Engine.pm                    |  13 +-
 lib/Dancer2/Core/Role/Handler.pm                   |   4 +-
 lib/Dancer2/Core/Role/Headers.pm                   |   4 +-
 lib/Dancer2/Core/Role/Hookable.pm                  |   4 +-
 lib/Dancer2/Core/Role/Logger.pm                    |   4 +-
 lib/Dancer2/Core/Role/Serializer.pm                |   5 +-
 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                          |   4 +-
 lib/Dancer2/Core/Runner.pm                         |  13 +-
 lib/Dancer2/Core/Session.pm                        |   4 +-
 lib/Dancer2/Core/Time.pm                           |   4 +-
 lib/Dancer2/Core/Types.pm                          |  12 +-
 lib/Dancer2/FileUtils.pm                           |   4 +-
 lib/Dancer2/Handler/AutoPage.pm                    |   4 +-
 lib/Dancer2/Handler/File.pm                        |  15 +-
 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                         |  52 ++++--
 lib/Dancer2/Logger/Note.pm                         |   4 +-
 lib/Dancer2/Logger/Null.pm                         |   4 +-
 lib/Dancer2/Manual.pod                             |   9 +-
 lib/Dancer2/Plugin.pm                              |   4 +-
 lib/Dancer2/Plugin/Ajax.pm                         |   4 +-
 lib/Dancer2/Plugins.pod                            |   4 +-
 lib/Dancer2/Serializer/Dumper.pm                   |   4 +-
 lib/Dancer2/Serializer/JSON.pm                     |  13 +-
 lib/Dancer2/Serializer/Mutable.pm                  | 203 +++++++++++++++++++++
 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                                |  88 ++++++++-
 lib/Dancer2/Tutorial.pod                           |   4 +-
 script/dancer2                                     |   2 +-
 share/skel/environments/development.yml            |   2 +
 share/skel/t/001_base.t                            |   2 +-
 share/skel/t/002_index_route.t                     |  17 +-
 t/00-compile.t                                     |   3 +-
 t/00-report-prereqs.t                              |   1 +
 t/app.t                                            |  16 ++
 t/dancer-test.t                                    |  27 ++-
 t/dancer-test/config.yml                           |   1 +
 t/dsl/halt.t                                       |   2 +-
 t/dsl/pass.t                                       |  45 +++++
 t/engine.t                                         |  41 ++++-
 t/error.t                                          |  65 ++++++-
 t/handler_file.t                                   |  33 +++-
 t/http_methods.t                                   |  11 +-
 t/logger/file.t                                    |  11 ++
 t/lwp-protocol-psgi.t                              |  36 ++++
 t/serializer_json.t                                |  59 ++++--
 t/serializer_mutable.t                             |  86 +++++++++
 ...AP.yml => U3pRDAAAECNvXRU83aIxaHVPL4gyJizJ.yml} |   0
 ...AP.yml => U3uaXAAAPpB2ak6D-beU3ac86q3Fzubf.yml} |   0
 ...AP.yml => U3ubAgAAP6qqBoPoKk1-NqdBJE3yY60F.yml} |   0
 ...AP.yml => U3uvJgAAAewCiO6hCwLU8SK7AlGr8aIr.yml} |   0
 ...AP.yml => U3uvswAABBMj4JVXQ3Bqx8CZNafKO-l8.yml} |   0
 ...AP.yml => U3zljwAATHZ1yBP_A2i7YAbSEftwk_nE.yml} |   0
 ...AP.yml => U4-KnAAAP7Dn7vgEteB4GDsZUteL7p6W.yml} |   0
 ...AP.yml => U4-LXgAAQqYCszbBDDNmM2OR0JpwqJhe.yml} |   0
 ...AP.yml => U4G_aAAAfaQtKgidEAnwcTsRTY9Q2Yu_.yml} |   0
 ...AP.yml => U4Jz2QAAaPNE7iyvfSGUYWQTOaA-woYn.yml} |   0
 ...AP.yml => U4OdnwAAKZg_5JE3bq3hSphZ-DN1VUG7.yml} |   0
 ...AP.yml => U4dFSgAASX6X8UGuhI8EZCrkTLKIYEDv.yml} |   0
 ...AP.yml => U4dFuQAASvRTfhriav1JejXrIpcGPEZu.yml} |   0
 ...AP.yml => U4dHNwAAURLdtNi0IuajTgmkXFQfvjrA.yml} |   0
 ...AP.yml => U4dhegAAAw5gU_GDhdYOAgg7AtnGvHoB.yml} |   0
 ...AP.yml => U4uQKwAAc0S31MjwWDgsnGg-wkwCcUp-.yml} |   0
 ...AP.yml => U7g83AAAD40GMDKZZbYNAi9jRU6lJlmd.yml} |   0
 ...AP.yml => U7hR3AAAME4JbYM_IBVWT5sQq-OlHt5v.yml} |   0
 108 files changed, 1270 insertions(+), 419 deletions(-)
 create mode 100644 lib/Dancer2/Serializer/Mutable.pm
 create mode 100644 t/dancer-test/config.yml
 create mode 100644 t/dsl/pass.t
 create mode 100644 t/logger/file.t
 create mode 100644 t/lwp-protocol-psgi.t
 create mode 100644 t/serializer_mutable.t
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U3pRDAAAECNvXRU83aIxaHVPL4gyJizJ.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U3uaXAAAPpB2ak6D-beU3ac86q3Fzubf.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U3ubAgAAP6qqBoPoKk1-NqdBJE3yY60F.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U3uvJgAAAewCiO6hCwLU8SK7AlGr8aIr.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U3uvswAABBMj4JVXQ3Bqx8CZNafKO-l8.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U3zljwAATHZ1yBP_A2i7YAbSEftwk_nE.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U4-KnAAAP7Dn7vgEteB4GDsZUteL7p6W.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U4-LXgAAQqYCszbBDDNmM2OR0JpwqJhe.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U4G_aAAAfaQtKgidEAnwcTsRTY9Q2Yu_.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U4Jz2QAAaPNE7iyvfSGUYWQTOaA-woYn.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U4OdnwAAKZg_5JE3bq3hSphZ-DN1VUG7.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U4dFSgAASX6X8UGuhI8EZCrkTLKIYEDv.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U4dFuQAASvRTfhriav1JejXrIpcGPEZu.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U4dHNwAAURLdtNi0IuajTgmkXFQfvjrA.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U4dhegAAAw5gU_GDhdYOAgg7AtnGvHoB.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U4uQKwAAc0S31MjwWDgsnGg-wkwCcUp-.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U7g83AAAD40GMDKZZbYNAi9jRU6lJlmd.yml} (100%)
 copy t/sessions/{U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml => U7hR3AAAME4JbYM_IBVWT5sQq-OlHt5v.yml} (100%)

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