[libdancer2-perl] branch master updated (e5551a1 -> 76415e1)

gregor herrmann gregoa at debian.org
Sun Apr 13 16:03:16 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  e5551a1   update changelog
      adds  6b8fa5d   Imported Upstream version 0.12+dfsg
       new  ac659ca   Merge tag 'upstream/0.12+dfsg'
       new  2ea22ac   New upstream release.
       new  bcdcc34   Drop pod-encoding.patch, fixed upstream.
       new  3145005   Update years of packaging copyright.
       new  76415e1   releasing package libdancer2-perl version 0.12+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                                           |   6 +-
 Changes                                            |  32 +++
 MANIFEST                                           |   6 +
 META.json                                          | 134 +++++------
 META.yml                                           | 134 +++++------
 Makefile.PL                                        |   6 +-
 debian/changelog                                   |   7 +-
 debian/copyright                                   |   2 +-
 debian/patches/pod-encoding.patch                  |  23 --
 debian/patches/series                              |   1 -
 lib/Dancer2.pm                                     |  27 ++-
 lib/Dancer2/CLI.pm                                 |   4 +-
 lib/Dancer2/CLI/Command/gen.pm                     |   9 +-
 lib/Dancer2/CLI/Command/version.pm                 |   4 +-
 lib/Dancer2/Config.pod                             |   2 +-
 lib/Dancer2/Cookbook.pod                           |   4 +-
 lib/Dancer2/Core.pm                                |   4 +-
 lib/Dancer2/Core/App.pm                            |   4 +-
 lib/Dancer2/Core/Context.pm                        |   4 +-
 lib/Dancer2/Core/Cookie.pm                         |   4 +-
 lib/Dancer2/Core/DSL.pm                            |   4 +-
 lib/Dancer2/Core/Dispatcher.pm                     |   4 +-
 lib/Dancer2/Core/Error.pm                          |   4 +-
 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                        |   4 +-
 lib/Dancer2/Core/Request/Upload.pm                 |   4 +-
 lib/Dancer2/Core/Response.pm                       |   4 +-
 lib/Dancer2/Core/Role/Config.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/Headers.pm                   |   4 +-
 lib/Dancer2/Core/Role/Hookable.pm                  |  10 +-
 lib/Dancer2/Core/Role/Logger.pm                    |   4 +-
 lib/Dancer2/Core/Role/Serializer.pm                |   4 +-
 lib/Dancer2/Core/Role/Server.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                  |   4 +-
 lib/Dancer2/Core/Route.pm                          |   4 +-
 lib/Dancer2/Core/Runner.pm                         |   4 +-
 lib/Dancer2/Core/Server/PSGI.pm                    |   4 +-
 lib/Dancer2/Core/Server/Standalone.pm              |  17 +-
 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                        |  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                         |   4 +-
 lib/Dancer2/Logger/Note.pm                         |   4 +-
 lib/Dancer2/Logger/Null.pm                         |   4 +-
 lib/Dancer2/Manual.pod                             |  28 +--
 lib/Dancer2/Plugin.pm                              |   6 +-
 lib/Dancer2/Plugin/Ajax.pm                         |  25 ++-
 lib/Dancer2/Plugins.pod                            |   2 +-
 lib/Dancer2/Serializer/Dumper.pm                   |   4 +-
 lib/Dancer2/Serializer/JSON.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  |   4 +-
 lib/Dancer2/Template/Simple.pm                     |   4 +-
 lib/Dancer2/Template/TemplateToolkit.pm            |   4 +-
 lib/Dancer2/Template/Tiny.pm                       |   4 +-
 lib/Dancer2/Test.pm                                |   4 +-
 lib/Dancer2/Tutorial.pod                           |   2 +-
 script/dancer2                                     |   2 +-
 share/skel/public/+dispatch.cgi                    |   1 +
 share/skel/public/+dispatch.fcgi                   |   1 +
 share/skel/views/index.tt                          |   8 +-
 share/skel/views/layouts/main.tt                   |   4 +-
 t/00-report-prereqs.t                              |   2 +
 t/ajax_plugin.t                                    |  91 ++++++--
 t/any.t                                            |  28 ++-
 t/auto_page.t                                      |  59 +++--
 t/custom_dsl.t                                     |  20 +-
 t/deserialize.t                                    | 138 ++++++++----
 t/dispatcher.t                                     |  16 +-
 t/dsl.t                                            |  18 +-
 t/dsl/halt.t                                       |  53 ++++-
 t/error.t                                          |  41 +++-
 t/error_template.t                                 |  54 +++--
 t/forward.t                                        | 176 +++++++++++----
 t/forward_before_hook.t                            |  38 ++--
 t/handler_file.t                                   |  35 ++-
 t/hooks.t                                          | 113 ++++++----
 t/http_methods.t                                   |  34 ++-
 t/plugin_import.t                                  |  16 +-
 t/plugin_multiple_apps.t                           |  14 +-
 t/plugin_register.t                                |   1 -
 t/plugin_syntax.t                                  | 116 +++++++---
 t/redirect.t                                       | 248 +++++++++++++++------
 t/serializer.t                                     |  67 ++++--
 t/server_standalone.t                              |  39 ++++
 ...Ut.yml => Uq40BAAAYEMgWjxMIvRwdxD5PJbiQqf8.yml} |   0
 ...Ut.yml => Uq4w8QAAKfxODPaYx3AWbGAqcXiVxBIm.yml} |   0
 ...Ut.yml => UzXj9AAACj99x6qpAKlKAvJQG4vSZA3r.yml} |   0
 ...Ut.yml => UzrT0wAAQWB3d7CFaS3lIwGy9rUCnQs3.yml} |   0
 ...Ut.yml => UzrUXQAASbvdoU5rNArltV7cYedp9_zH.yml} |   0
 t/splat.t                                          |  28 ++-
 t/template.t                                       |  27 ++-
 t/template_default_tokens.t                        |  19 +-
 t/template_name.t                                  |  10 +-
 t/uri_for.t                                        |  21 +-
 t/vars.t                                           |  18 +-
 114 files changed, 1495 insertions(+), 771 deletions(-)
 delete mode 100644 debian/patches/pod-encoding.patch
 delete mode 100644 debian/patches/series
 create mode 100644 t/server_standalone.t
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => Uq40BAAAYEMgWjxMIvRwdxD5PJbiQqf8.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => Uq4w8QAAKfxODPaYx3AWbGAqcXiVxBIm.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => UzXj9AAACj99x6qpAKlKAvJQG4vSZA3r.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => UzrT0wAAQWB3d7CFaS3lIwGy9rUCnQs3.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => UzrUXQAASbvdoU5rNArltV7cYedp9_zH.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