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

gregor herrmann gregoa at debian.org
Sat May 3 12:45:23 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  76415e1   releasing package libdancer2-perl version 0.12+dfsg-1
       new  6a62b3e   Imported Upstream version 0.140001+dfsg
       new  a981612   New upstream release.
       new  c641bf3   Update years of upstream copyright.
       new  9beff02   Update (build) dependencies.
       new  a0cfef4   releasing package libdancer2-perl version 0.140001+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                                           |  21 +-
 Changes                                            |  41 +++
 LICENSE                                            |   6 +-
 MANIFEST                                           |  31 ++-
 META.json                                          | 160 +++++------
 META.yml                                           | 155 +++++------
 Makefile.PL                                        |  21 +-
 README.md                                          |   4 +-
 debian/changelog                                   |   8 +
 debian/control                                     |  13 +-
 debian/copyright                                   |   2 +-
 lib/Dancer2.pm                                     |  26 +-
 lib/Dancer2/CLI.pm                                 |   9 +-
 lib/Dancer2/CLI/Command/gen.pm                     |   9 +-
 lib/Dancer2/CLI/Command/version.pm                 |  10 +-
 lib/Dancer2/Config.pod                             |  21 +-
 lib/Dancer2/Cookbook.pod                           |   8 +-
 lib/Dancer2/Core.pm                                |   9 +-
 lib/Dancer2/Core/App.pm                            | 231 +++++++++++++---
 lib/Dancer2/Core/Context.pm                        |   9 +-
 lib/Dancer2/Core/Cookie.pm                         |  11 +-
 lib/Dancer2/Core/DSL.pm                            |   9 +-
 lib/Dancer2/Core/Dispatcher.pm                     |  28 +-
 lib/Dancer2/Core/Error.pm                          |  11 +-
 lib/Dancer2/Core/Factory.pm                        |  11 +-
 lib/Dancer2/Core/HTTP.pm                           |   9 +-
 lib/Dancer2/Core/Hook.pm                           |  10 +-
 lib/Dancer2/Core/MIME.pm                           |   9 +-
 lib/Dancer2/Core/Request.pm                        |  76 +++---
 lib/Dancer2/Core/Request/Upload.pm                 |   9 +-
 lib/Dancer2/Core/Response.pm                       |  10 +-
 .../Core/Role/{Config.pm => ConfigReader.pm}       | 275 +++----------------
 lib/Dancer2/Core/Role/DSL.pm                       |  11 +-
 lib/Dancer2/Core/Role/Engine.pm                    |  11 +-
 lib/Dancer2/Core/Role/Handler.pm                   |  11 +-
 lib/Dancer2/Core/Role/Headers.pm                   |   9 +-
 lib/Dancer2/Core/Role/Hookable.pm                  |  11 +-
 lib/Dancer2/Core/Role/Logger.pm                    |  16 +-
 lib/Dancer2/Core/Role/Serializer.pm                |  21 +-
 lib/Dancer2/Core/Role/Server.pm                    | 191 -------------
 lib/Dancer2/Core/Role/SessionFactory.pm            |   9 +-
 lib/Dancer2/Core/Role/SessionFactory/File.pm       |   9 +-
 lib/Dancer2/Core/Role/StandardResponses.pm         |  11 +-
 lib/Dancer2/Core/Role/Template.pm                  |   9 +-
 lib/Dancer2/Core/Route.pm                          |   9 +-
 lib/Dancer2/Core/Runner.pm                         | 300 ++++++++++++---------
 lib/Dancer2/Core/Server/PSGI.pm                    |  60 -----
 lib/Dancer2/Core/Server/Standalone.pm              | 125 ---------
 lib/Dancer2/Core/Session.pm                        |   9 +-
 lib/Dancer2/Core/Time.pm                           |   9 +-
 lib/Dancer2/Core/Types.pm                          |   9 +-
 lib/Dancer2/FileUtils.pm                           |   9 +-
 lib/Dancer2/Handler/AutoPage.pm                    |  11 +-
 lib/Dancer2/Handler/File.pm                        |  11 +-
 lib/Dancer2/Logger/Capture.pm                      |  11 +-
 lib/Dancer2/Logger/Capture/Trap.pm                 |  11 +-
 lib/Dancer2/Logger/Console.pm                      |  12 +-
 lib/Dancer2/Logger/Diag.pm                         |  12 +-
 lib/Dancer2/Logger/File.pm                         |  11 +-
 lib/Dancer2/Logger/Note.pm                         |  12 +-
 lib/Dancer2/Logger/Null.pm                         |  11 +-
 lib/Dancer2/Manual.pod                             |   8 +-
 lib/Dancer2/Plugin.pm                              |   9 +-
 lib/Dancer2/Plugin/Ajax.pm                         |   9 +-
 lib/Dancer2/Plugins.pod                            |   6 +-
 lib/Dancer2/Serializer/Dumper.pm                   |   9 +-
 lib/Dancer2/Serializer/JSON.pm                     |  11 +-
 lib/Dancer2/Serializer/YAML.pm                     |  18 +-
 lib/Dancer2/Session/Simple.pm                      |  11 +-
 lib/Dancer2/Session/YAML.pm                        |  15 +-
 lib/Dancer2/Template/Implementation/ForkedTiny.pm  |   9 +-
 lib/Dancer2/Template/Simple.pm                     |  11 +-
 lib/Dancer2/Template/TemplateToolkit.pm            |   9 +-
 lib/Dancer2/Template/Tiny.pm                       |  19 +-
 lib/Dancer2/Test.pm                                |  11 +-
 lib/Dancer2/Tutorial.pod                           |   6 +-
 script/dancer2                                     |   4 +-
 t/00-compile.t                                     |  38 +--
 t/00-report-prereqs.t                              |   6 +-
 t/ajax_plugin.t                                    |   2 +-
 t/any.t                                            |   2 +-
 t/auto_page.t                                      |   3 +-
 t/charset_server.t                                 |   3 +-
 t/config.t                                         |  15 +-
 t/context.t                                        |   2 +-
 t/context_trigger.t                                |   4 +-
 t/custom_dsl.t                                     |   2 +-
 t/dancer-test.t                                    |  19 +-
 t/deserialize.t                                    | 101 ++++---
 t/dsl.t                                            |   2 +-
 t/dsl/halt.t                                       |   4 +-
 t/error.t                                          |   6 +-
 t/error_template.t                                 |   2 +-
 t/forward.t                                        |   2 +-
 t/forward_before_hook.t                            |   2 +-
 t/forward_test_tcp.t                               |  13 +-
 t/handler_file.t                                   |   2 +-
 t/hooks.t                                          |   3 +-
 t/http_methods.t                                   |   8 +-
 t/lib/FooPlugin.pm                                 |   2 +-
 t/plugin_import.t                                  |   2 +-
 t/plugin_multiple_apps.t                           |   2 +-
 t/plugin_syntax.t                                  |   8 +-
 t/redirect.t                                       |  20 +-
 t/release-distmeta.t                               |   5 +-
 t/release-pod-syntax.t                             |   5 +-
 t/request.t                                        |  12 +-
 t/roles/server.t                                   |  37 ---
 t/runner.t                                         |  17 +-
 t/serializer.t                                     |   2 +-
 t/server.t                                         |  30 ---
 t/server_standalone.t                              |   3 +-
 t/session_config.t                                 |   3 +-
 t/session_engines.t                                |   3 +-
 t/session_forward.t                                |   3 +-
 t/session_lifecycle.t                              |   3 +-
 ...Ut.yml => U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml} |   0
 ...Ut.yml => U1V45QAAQt17pdKEYSq8QJ4fUrrAstic.yml} |   0
 ...Ut.yml => U1V4OQAAN0HuLoN_ijuiS20Me-2_O_o3.yml} |   0
 ...Ut.yml => U1V58wAAVJQTwafV4Dq1UPHukvT_ZMz3.yml} |   0
 ...Ut.yml => U1V5DQAARZaqdcheriGEwd2jH_ckj4c-.yml} |   0
 ...Ut.yml => U1V5UwAASjUrDgqw8FOTpI0DiZ7JNxH9.yml} |   0
 ...Ut.yml => U1V5hAAATV-WhNU_d6D6Olx_4Crtg3lw.yml} |   0
 ...Ut.yml => U1V5sgAAUGFe9B-4pjShyFlzUlth4WAI.yml} |   0
 ...Ut.yml => U1V6EwAAVtIByIBOeMRBUO-d2F-XLe_D.yml} |   0
 ...Ut.yml => U1V9HQAAC0DngjFxqJnOBoSqB98lwXo4.yml} |   0
 ...Ut.yml => U1VwhgAAOL9DJqLhEiiR1_04Xeedi7u-.yml} |   0
 ...Ut.yml => U1VxVAAARTfscuC3UnvpFfJu2sSd2A_k.yml} |   0
 ...Ut.yml => U1VxZgAARqvobxwHMXiD_DZZCf4BSivq.yml} |   0
 ...Ut.yml => U1VyaAAAVsIl4t6YaQ5RzBPr_bxBnOAC.yml} |   0
 ...Ut.yml => U1VzhwAAae9G4_0p1wTY7P_xE79N1Rwg.yml} |   0
 ...Ut.yml => U1VznQAAa4uWAuqGkfznOQ-HR2KlyJjV.yml} |   0
 ...Ut.yml => U1WFfgAAFIO3LAkWQ7pWivZWiLCE3FX-.yml} |   0
 ...Ut.yml => U1WFpgAAFy9iLoLEjtwjSHuE0IDNcgnD.yml} |   0
 ...Ut.yml => U1WHzwAAOs4dHSVnPVFzR9crTSDprFeX.yml} |   0
 ...Ut.yml => U1WILgAAQNdL716zIPwofCjhzGS41yLe.yml} |   0
 ...Ut.yml => U2AiRAAAJdhTvXJ3LDf4H45hGSuKzlv1.yml} |   0
 ...Ut.yml => U2ApbAAAImRCE4Qe-LCXBlLiM0-FTj3K.yml} |   0
 ...Ut.yml => U2AruAAATC_H53mjAeoJ7MerYfC3wNhY.yml} |   0
 t/shared_engines.t                                 |   3 +-
 t/splat.t                                          |   2 +-
 t/template.t                                       |   2 +-
 t/template_default_tokens.t                        |   2 +-
 t/template_name.t                                  |   2 +-
 t/uri_for.t                                        |   2 +-
 t/vars.t                                           |   2 +-
 146 files changed, 1169 insertions(+), 1622 deletions(-)
 rename lib/Dancer2/Core/Role/{Config.pm => ConfigReader.pm} (53%)
 delete mode 100644 lib/Dancer2/Core/Role/Server.pm
 delete mode 100644 lib/Dancer2/Core/Server/PSGI.pm
 delete mode 100644 lib/Dancer2/Core/Server/Standalone.pm
 delete mode 100644 t/roles/server.t
 delete mode 100644 t/server.t
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1V-BgAAGf4AUVz9SCl75podmNK50PAP.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1V45QAAQt17pdKEYSq8QJ4fUrrAstic.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1V4OQAAN0HuLoN_ijuiS20Me-2_O_o3.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1V58wAAVJQTwafV4Dq1UPHukvT_ZMz3.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1V5DQAARZaqdcheriGEwd2jH_ckj4c-.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1V5UwAASjUrDgqw8FOTpI0DiZ7JNxH9.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1V5hAAATV-WhNU_d6D6Olx_4Crtg3lw.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1V5sgAAUGFe9B-4pjShyFlzUlth4WAI.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1V6EwAAVtIByIBOeMRBUO-d2F-XLe_D.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1V9HQAAC0DngjFxqJnOBoSqB98lwXo4.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1VwhgAAOL9DJqLhEiiR1_04Xeedi7u-.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1VxVAAARTfscuC3UnvpFfJu2sSd2A_k.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1VxZgAARqvobxwHMXiD_DZZCf4BSivq.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1VyaAAAVsIl4t6YaQ5RzBPr_bxBnOAC.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1VzhwAAae9G4_0p1wTY7P_xE79N1Rwg.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1VznQAAa4uWAuqGkfznOQ-HR2KlyJjV.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1WFfgAAFIO3LAkWQ7pWivZWiLCE3FX-.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1WFpgAAFy9iLoLEjtwjSHuE0IDNcgnD.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1WHzwAAOs4dHSVnPVFzR9crTSDprFeX.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U1WILgAAQNdL716zIPwofCjhzGS41yLe.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U2AiRAAAJdhTvXJ3LDf4H45hGSuKzlv1.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U2ApbAAAImRCE4Qe-LCXBlLiM0-FTj3K.yml} (100%)
 copy t/sessions/{Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml => U2AruAAATC_H53mjAeoJ7MerYfC3wNhY.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