[libdancer2-perl] branch master updated (64ce37c -> c302ce5)

Nuno Carvalho smash at cpan.org
Thu Oct 3 15:40:08 UTC 2013


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

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

      from  64ce37c   add version constraint to librole-tiny-perl build dependency
      adds  0100994   Imported Upstream version 0.10+dfsg
       new  0a821ff   Merge tag 'upstream/0.10+dfsg'
       new  79ebf57   Remove patch, no longer required
       new  8634f27   Add new requirement in D-B-I
       new  c302ce5   New upstream release, ready for review

The 4 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:
 AUTHORS                                           |    2 +
 Build.PL                                          |    4 +-
 Changes                                           |   29 ++
 GitGuide.md                                       |    9 +-
 MANIFEST                                          |   34 +-
 META.json                                         |  130 +++---
 META.yml                                          |  130 +++---
 Makefile.PL                                       |    4 +-
 debian/changelog                                  |    9 +
 debian/control                                    |    1 +
 debian/patches/fix-pod-typo.patch                 |   12 -
 debian/patches/series                             |    1 -
 lib/Dancer2.pm                                    |   45 +-
 lib/Dancer2/Config.pod                            |   10 +-
 lib/Dancer2/Cookbook.pod                          |  129 ++++--
 lib/Dancer2/Core.pm                               |   24 +-
 lib/Dancer2/Core/App.pm                           |   10 +-
 lib/Dancer2/Core/Context.pm                       |   20 +-
 lib/Dancer2/Core/Cookie.pm                        |    8 +-
 lib/Dancer2/Core/DSL.pm                           |   10 +-
 lib/Dancer2/Core/Dispatcher.pm                    |    8 +-
 lib/Dancer2/Core/Error.pm                         |   65 ++-
 lib/Dancer2/Core/Factory.pm                       |    4 +-
 lib/Dancer2/Core/HTTP.pm                          |   12 +-
 lib/Dancer2/Core/Hook.pm                          |    4 +-
 lib/Dancer2/Core/MIME.pm                          |   52 +--
 lib/Dancer2/Core/Request.pm                       |   52 ++-
 lib/Dancer2/Core/Request/Upload.pm                |   16 +-
 lib/Dancer2/Core/Response.pm                      |   61 ++-
 lib/Dancer2/Core/Role/Config.pm                   |   12 +-
 lib/Dancer2/Core/Role/DSL.pm                      |   13 +-
 lib/Dancer2/Core/Role/Engine.pm                   |    6 +-
 lib/Dancer2/Core/Role/Handler.pm                  |    4 +-
 lib/Dancer2/Core/Role/Headers.pm                  |    8 +-
 lib/Dancer2/Core/Role/Hookable.pm                 |    6 +-
 lib/Dancer2/Core/Role/Logger.pm                   |    8 +-
 lib/Dancer2/Core/Role/Serializer.pm               |    8 +-
 lib/Dancer2/Core/Role/Server.pm                   |   10 +-
 lib/Dancer2/Core/Role/SessionFactory.pm           |    4 +-
 lib/Dancer2/Core/Role/SessionFactory/File.pm      |    8 +-
 lib/Dancer2/Core/Role/StandardResponses.pm        |    4 +-
 lib/Dancer2/Core/Role/Template.pm                 |   10 +-
 lib/Dancer2/Core/Route.pm                         |    6 +-
 lib/Dancer2/Core/Runner.pm                        |   13 +-
 lib/Dancer2/Core/Server/PSGI.pm                   |    4 +-
 lib/Dancer2/Core/Server/Standalone.pm             |    4 +-
 lib/Dancer2/Core/Session.pm                       |   13 +-
 lib/Dancer2/Core/Time.pm                          |   40 +-
 lib/Dancer2/Core/Types.pm                         |    9 +-
 lib/Dancer2/FileUtils.pm                          |    8 +-
 lib/Dancer2/Handler/AutoPage.pm                   |    8 +-
 lib/Dancer2/Handler/File.pm                       |    4 +-
 lib/Dancer2/Logger/Capture.pm                     |    7 +-
 lib/Dancer2/Logger/Capture/Trap.pm                |    8 +-
 lib/Dancer2/Logger/Console.pm                     |    8 +-
 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                            |   13 +-
 lib/Dancer2/Plugin.pm                             |   15 +-
 lib/Dancer2/Plugin/Ajax.pm                        |   38 +-
 lib/Dancer2/Plugins.pod                           |    9 +-
 lib/Dancer2/Serializer/Dumper.pm                  |    8 +-
 lib/Dancer2/Serializer/JSON.pm                    |    8 +-
 lib/Dancer2/Serializer/YAML.pm                    |    8 +-
 lib/Dancer2/Session/Simple.pm                     |    5 +-
 lib/Dancer2/Session/YAML.pm                       |    8 +-
 lib/Dancer2/Template/Implementation/ForkedTiny.pm |   14 +-
 lib/Dancer2/Template/Simple.pm                    |    8 +-
 lib/Dancer2/Template/TemplateToolkit.pm           |    5 +-
 lib/Dancer2/Template/Tiny.pm                      |    8 +-
 lib/Dancer2/Test.pm                               |   40 +-
 lib/Dancer2/Tutorial.pod                          |  123 ++---
 script/dancer2                                    |   72 +--
 t/00-compile.t                                    |   45 +-
 t/00-report-prereqs.t                             |    1 +
 t/ajax_plugin.t                                   |   25 +-
 t/app/t2/.dancer                                  |    1 +
 t/app/t2/lib/App3.pm                              |    2 -
 t/config_app1.t                                   |    1 -
 t/config_app2.t                                   |    1 -
 t/config_app3.t                                   |    1 -
 t/cookie.t                                        |    6 +
 t/dancer-test.t                                   |   13 +-
 t/deserialize.t                                   |    1 +
 t/dispatcher.t                                    |   10 +-
 t/error.t                                         |   10 +-
 t/hooks.t                                         |    7 +-
 t/http_status.t                                   |    1 -
 t/lib/App1.pm                                     |    1 -
 t/lib/App2.pm                                     |    1 -
 t/lib/FooPlugin.pm                                |    2 +-
 t/lib/PluginWithImport.pm                         |    3 +-
 t/lib/SubApp1.pm                                  |    1 -
 t/lib/SubApp2.pm                                  |    1 -
 t/logger.t                                        |    7 +-
 t/plugin_import.t                                 |    1 -
 t/plugin_multiple_apps.t                          |    1 -
 t/request.t                                       |    1 +
 t/response.t                                      |    2 +-
 t/roles/headers.t                                 |    1 -
 t/roles/server.t                                  |    1 -
 t/session_config.t                                |    2 -
 t/session_engines.t                               |    2 -
 t/session_hooks.t                                 |  185 ++++++++
 t/session_lifecycle.t                             |    2 -
 t/session_object.t                                |    3 +
 t/sessions/Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml   |    2 -
 t/sessions/Uf-GsQAANz9OaEztWyuSfJKegUq3zD1V.yml   |    2 -
 t/sessions/Uf-HDgAAPPOeyDGX2_IgTLzBg6iBsFkk.yml   |    2 -
 t/sessions/Uf-HTQAAQOJeFHxmhw1aJKUgIkGseaAI.yml   |    2 -
 t/sessions/Uf-HZwAAQt4cqJPl7UTFUrFyY7yxYVj_.yml   |    2 -
 t/sessions/Uf-IdQAAVEongozIzRJZUxy_Q8DMaruI.yml   |    2 -
 t/sessions/Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml   |    2 -
 t/sessions/Uf1znwAABxlBOUOk04NfndOLhVZzIrnf.yml   |    2 -
 t/sessions/Uf61DgAAYKLILb8PdeeQV3tryrC08MvP.yml   |    2 -
 t/sessions/Uf6vLQAAA33ysk1AfxuFaITEMXY72bEI.yml   |    2 -
 t/sessions/Uf6vlwAACre4MIFKa-Jghj6q1OT9sQb_.yml   |    2 -
 t/sessions/Uf6xeQAAKIXcote58neJ3jjOIjbBlhKX.yml   |    2 -
 t/sessions/Uf6zmAAASb6UqmpBspaQIEzjLIs51E19.yml   |    2 -
 t/sessions/UfRHAQAAJsw_2oX_cvBqBtXlgre8vFiy.yml   |    2 -
 t/sessions/UfRXcwAAO8pp0bx4QwYmc73cP7UKMyY7.yml   |    2 -
 t/sessions/UfUFzgAAOBHtc6NRAKAH4xNgo-GIz8VA.yml   |    2 -
 t/sessions/Ufqu9QAAQfNUOjyt9fa2al5-bFlpbWfR.yml   |    2 -
 t/sessions/UgEFqgAAa4HX5JbR80YhN9rOBcGLG-zH.yml   |    2 -
 t/sessions/UgnzfAAAX0Gcwelnex1vHnakFt7dZMGb.yml   |    2 -
 t/sessions/UhC04wAAcgtUmse-OjZCvj1H0_I5z0pU.yml   |    2 -
 t/sessions/UhC_EwAAHS4yKDNKIO8DV-5B47BS6vWY.yml   |    2 -
 t/sessions/UhaF7gAAYpJSGqByK67_SB3A9mGE5l-s.yml   |    2 -
 t/sessions/UhaGNQAAaDVWUzXrQaDQAaQPzLEWV-4v.yml   |    2 -
 t/sessions/UiMfZwAAc4FCMkrxKK-kKyuTIDuVupPc.yml   |    2 -
 t/sessions/UiMnAgAAahCCdaVhPiVfrcwyo6sxcp7z.yml   |    2 -
 t/sessions/UiNDXgAAJ0mTXspthJgvbjShFZfcyPR3.yml   |    2 -
 t/sessions/UiNIAwAAbVyD4lIKW93APRO9IDd1K5BJ.yml   |    2 -
 t/sessions/UiNIHQAAb3tN7zHtZJRZY7ULJVTc4-bo.yml   |    2 -
 t/special_import.t                                |   21 -
 t/template.t                                      |    7 +-
 t/template_simple.t                               |  101 ++++
 t/template_tiny/03_samples.t                      |    8 +-
 t/template_tiny/samples/03_chomp.tt               |    4 +-
 t/template_tiny/samples/03_chomp.txt              |    2 +-
 t/template_tiny/samples/04_nested.var             |   24 +-
 t/template_tiny/samples/05_condition.tt           |    2 +-
 t/template_tiny/samples/05_condition.txt          |    1 -
 t/template_tiny/samples/06_object.var             |    6 +-
 t/template_tiny/samples/07_nesting.var            |    4 +-
 t/template_tiny/samples/08_foreach.var            |   26 +-
 t/views/template_simple_index.tt                  |    7 +
 tags                                              |  514 +++++++++++++++++++++
 xt/perlcritic.rc                                  |    4 +-
 xt/whitespace.t                                   |   18 +
 152 files changed, 1792 insertions(+), 885 deletions(-)
 delete mode 100644 debian/patches/fix-pod-typo.patch
 delete mode 100644 debian/patches/series
 create mode 100644 t/session_hooks.t
 delete mode 100644 t/sessions/Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml
 delete mode 100644 t/sessions/Uf-GsQAANz9OaEztWyuSfJKegUq3zD1V.yml
 delete mode 100644 t/sessions/Uf-HDgAAPPOeyDGX2_IgTLzBg6iBsFkk.yml
 delete mode 100644 t/sessions/Uf-HTQAAQOJeFHxmhw1aJKUgIkGseaAI.yml
 delete mode 100644 t/sessions/Uf-HZwAAQt4cqJPl7UTFUrFyY7yxYVj_.yml
 delete mode 100644 t/sessions/Uf-IdQAAVEongozIzRJZUxy_Q8DMaruI.yml
 delete mode 100644 t/sessions/Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml
 delete mode 100644 t/sessions/Uf1znwAABxlBOUOk04NfndOLhVZzIrnf.yml
 delete mode 100644 t/sessions/Uf61DgAAYKLILb8PdeeQV3tryrC08MvP.yml
 delete mode 100644 t/sessions/Uf6vLQAAA33ysk1AfxuFaITEMXY72bEI.yml
 delete mode 100644 t/sessions/Uf6vlwAACre4MIFKa-Jghj6q1OT9sQb_.yml
 delete mode 100644 t/sessions/Uf6xeQAAKIXcote58neJ3jjOIjbBlhKX.yml
 delete mode 100644 t/sessions/Uf6zmAAASb6UqmpBspaQIEzjLIs51E19.yml
 delete mode 100644 t/sessions/UfRHAQAAJsw_2oX_cvBqBtXlgre8vFiy.yml
 delete mode 100644 t/sessions/UfRXcwAAO8pp0bx4QwYmc73cP7UKMyY7.yml
 delete mode 100644 t/sessions/UfUFzgAAOBHtc6NRAKAH4xNgo-GIz8VA.yml
 delete mode 100644 t/sessions/Ufqu9QAAQfNUOjyt9fa2al5-bFlpbWfR.yml
 delete mode 100644 t/sessions/UgEFqgAAa4HX5JbR80YhN9rOBcGLG-zH.yml
 delete mode 100644 t/sessions/UgnzfAAAX0Gcwelnex1vHnakFt7dZMGb.yml
 delete mode 100644 t/sessions/UhC04wAAcgtUmse-OjZCvj1H0_I5z0pU.yml
 delete mode 100644 t/sessions/UhC_EwAAHS4yKDNKIO8DV-5B47BS6vWY.yml
 delete mode 100644 t/sessions/UhaF7gAAYpJSGqByK67_SB3A9mGE5l-s.yml
 delete mode 100644 t/sessions/UhaGNQAAaDVWUzXrQaDQAaQPzLEWV-4v.yml
 delete mode 100644 t/sessions/UiMfZwAAc4FCMkrxKK-kKyuTIDuVupPc.yml
 delete mode 100644 t/sessions/UiMnAgAAahCCdaVhPiVfrcwyo6sxcp7z.yml
 delete mode 100644 t/sessions/UiNDXgAAJ0mTXspthJgvbjShFZfcyPR3.yml
 delete mode 100644 t/sessions/UiNIAwAAbVyD4lIKW93APRO9IDd1K5BJ.yml
 delete mode 100644 t/sessions/UiNIHQAAb3tN7zHtZJRZY7ULJVTc4-bo.yml
 delete mode 100644 t/special_import.t
 create mode 100644 t/template_simple.t
 create mode 100644 t/views/template_simple_index.tt
 create mode 100644 tags
 create mode 100644 xt/whitespace.t

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