[libdancer-perl] 01/04: Merge tag 'upstream/1.3132+dfsg'

gregor herrmann gregoa at debian.org
Thu Oct 23 19:24:28 UTC 2014


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

gregoa pushed a commit to branch master
in repository libdancer-perl.

commit 3932bec390f87c05524aedc9062132f05ee95069
Merge: 6f9d347 ec4451e
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Oct 23 21:08:13 2014 +0200

    Merge tag 'upstream/1.3132+dfsg'
    
    Upstream version 1.3132+dfsg

 CONTRIBUTORS                                 |   4 +-
 Changes                                      |  45 ++++++-
 MANIFEST                                     |   4 +
 META.json                                    | 147 ++++++++++----------
 META.yml                                     | 146 ++++++++++----------
 Makefile.PL                                  |   2 +-
 README                                       |  16 ++-
 README.mkdn                                  |  17 ++-
 SIGNATURE                                    | 194 ++++++++++++++-------------
 bin/dancer                                   |   2 +-
 cpanfile                                     |   1 +
 doap.xml                                     |  30 +++++
 lib/Dancer.pm                                |  31 ++++-
 lib/Dancer/App.pm                            |   4 +-
 lib/Dancer/Config.pm                         |  34 +++--
 lib/Dancer/Config/Object.pm                  |   4 +-
 lib/Dancer/Continuation.pm                   |   4 +-
 lib/Dancer/Continuation/Halted.pm            |   4 +-
 lib/Dancer/Continuation/Route.pm             |   4 +-
 lib/Dancer/Continuation/Route/ErrorSent.pm   |   4 +-
 lib/Dancer/Continuation/Route/FileSent.pm    |   4 +-
 lib/Dancer/Continuation/Route/Forwarded.pm   |   4 +-
 lib/Dancer/Continuation/Route/Passed.pm      |   4 +-
 lib/Dancer/Continuation/Route/Templated.pm   |   4 +-
 lib/Dancer/Cookbook.pod                      |   2 +-
 lib/Dancer/Cookie.pm                         |   4 +-
 lib/Dancer/Cookies.pm                        |   4 +-
 lib/Dancer/Deployment.pod                    |   7 +-
 lib/Dancer/Deprecation.pm                    |   4 +-
 lib/Dancer/Development.pod                   |   2 +-
 lib/Dancer/Development/Integration.pod       |   2 +-
 lib/Dancer/Engine.pm                         |   4 +-
 lib/Dancer/Error.pm                          |   4 +-
 lib/Dancer/Exception.pm                      |   4 +-
 lib/Dancer/Exception/Base.pm                 |   4 +-
 lib/Dancer/Factory/Hook.pm                   |   4 +-
 lib/Dancer/FileUtils.pm                      |   4 +-
 lib/Dancer/GetOpt.pm                         |   4 +-
 lib/Dancer/HTTP.pm                           |   4 +-
 lib/Dancer/Handler.pm                        |   4 +-
 lib/Dancer/Handler/Debug.pm                  |   4 +-
 lib/Dancer/Handler/PSGI.pm                   |   4 +-
 lib/Dancer/Handler/Standalone.pm             |   4 +-
 lib/Dancer/Hook.pm                           |   4 +-
 lib/Dancer/Hook/Properties.pm                |   4 +-
 lib/Dancer/Introduction.pod                  |   4 +-
 lib/Dancer/Logger.pm                         |   4 +-
 lib/Dancer/Logger/Abstract.pm                |   4 +-
 lib/Dancer/Logger/Capture.pm                 |   4 +-
 lib/Dancer/Logger/Capture/Trap.pm            |   4 +-
 lib/Dancer/Logger/Console.pm                 |   4 +-
 lib/Dancer/Logger/Diag.pm                    |   4 +-
 lib/Dancer/Logger/File.pm                    |   4 +-
 lib/Dancer/Logger/Note.pm                    |   4 +-
 lib/Dancer/Logger/Null.pm                    |   4 +-
 lib/Dancer/MIME.pm                           |   4 +-
 lib/Dancer/ModuleLoader.pm                   |   4 +-
 lib/Dancer/Object.pm                         |   4 +-
 lib/Dancer/Object/Singleton.pm               |   4 +-
 lib/Dancer/Plugin.pm                         |   4 +-
 lib/Dancer/Plugin/Ajax.pm                    |   4 +-
 lib/Dancer/Plugins.pod                       |   2 +-
 lib/Dancer/Policy.pod                        | 114 ++++++++++++++++
 lib/Dancer/Renderer.pm                       |   4 +-
 lib/Dancer/Request.pm                        |   4 +-
 lib/Dancer/Request/Upload.pm                 |   4 +-
 lib/Dancer/Response.pm                       |   4 +-
 lib/Dancer/Route.pm                          |   4 +-
 lib/Dancer/Route/Cache.pm                    |   4 +-
 lib/Dancer/Route/Registry.pm                 |   4 +-
 lib/Dancer/Serializer.pm                     |   4 +-
 lib/Dancer/Serializer/Abstract.pm            |   4 +-
 lib/Dancer/Serializer/Dumper.pm              |   4 +-
 lib/Dancer/Serializer/JSON.pm                |   4 +-
 lib/Dancer/Serializer/JSONP.pm               |   4 +-
 lib/Dancer/Serializer/Mutable.pm             |   4 +-
 lib/Dancer/Serializer/XML.pm                 |   4 +-
 lib/Dancer/Serializer/YAML.pm                |  42 +++++-
 lib/Dancer/Session.pm                        |   4 +-
 lib/Dancer/Session/Abstract.pm               |   4 +-
 lib/Dancer/Session/Simple.pm                 |   4 +-
 lib/Dancer/Session/YAML.pm                   |   4 +-
 lib/Dancer/SharedData.pm                     |   4 +-
 lib/Dancer/Template.pm                       |   4 +-
 lib/Dancer/Template/Abstract.pm              |   4 +-
 lib/Dancer/Template/Simple.pm                |   4 +-
 lib/Dancer/Template/TemplateToolkit.pm       |  61 ++++++++-
 lib/Dancer/Test.pm                           |   4 +-
 lib/Dancer/Timer.pm                          |   4 +-
 lib/Dancer/Tutorial.pod                      |   2 +-
 t/00-compile.t                               |   4 +-
 t/000-report-versions-tiny.t                 |   1 +
 t/01_config/06_stack_trace.t                 |  23 +++-
 t/02_request/08_param_array.t                |  29 ++++
 t/10_template/05_template_toolkit_fromdata.t |  24 ++++
 t/15_plugins/05b_plugins_and_c3.t            |   2 +-
 t/lib/FromDataApp.pm                         |  21 +++
 97 files changed, 856 insertions(+), 423 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdancer-perl.git



More information about the Pkg-perl-cvs-commits mailing list