[libdancer-perl] 01/03: Merge tag 'upstream/1.3140+dfsg'

gregor herrmann gregoa at debian.org
Sat Jul 4 16:44:29 UTC 2015


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

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

commit d3924fcb6cb72c896d87e745faaf767f92bd19d2
Merge: b265fcb 844da59
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jul 4 18:35:48 2015 +0200

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

 CONTRIBUTORS                               |    1 +
 Changes                                    | 3562 ++++++++++++++--------------
 INSTALL                                    |    1 -
 MANIFEST                                   |    4 +-
 META.json                                  |  158 +-
 META.yml                                   |  150 +-
 Makefile.PL                                |   11 +-
 README                                     |  762 +++---
 README.md                                  |  141 --
 README.mkdn                                |    2 +-
 SIGNATURE                                  |  202 +-
 bin/dancer                                 |    2 +-
 cpanfile                                   |   13 +-
 doap.xml                                   |   36 +
 lib/Dancer.pm                              |    8 +-
 lib/Dancer/App.pm                          |    8 +-
 lib/Dancer/Config.pm                       |   35 +-
 lib/Dancer/Config/Object.pm                |    8 +-
 lib/Dancer/Continuation.pm                 |    8 +-
 lib/Dancer/Continuation/Halted.pm          |    8 +-
 lib/Dancer/Continuation/Route.pm           |    8 +-
 lib/Dancer/Continuation/Route/ErrorSent.pm |    8 +-
 lib/Dancer/Continuation/Route/FileSent.pm  |    8 +-
 lib/Dancer/Continuation/Route/Forwarded.pm |    8 +-
 lib/Dancer/Continuation/Route/Passed.pm    |    8 +-
 lib/Dancer/Continuation/Route/Templated.pm |    8 +-
 lib/Dancer/Cookbook.pod                    |    2 +-
 lib/Dancer/Cookie.pm                       |    8 +-
 lib/Dancer/Cookies.pm                      |    8 +-
 lib/Dancer/Deployment.pod                  |    2 +-
 lib/Dancer/Deprecation.pm                  |    8 +-
 lib/Dancer/Development.pod                 |    2 +-
 lib/Dancer/Development/Integration.pod     |    2 +-
 lib/Dancer/Engine.pm                       |    8 +-
 lib/Dancer/Error.pm                        |    8 +-
 lib/Dancer/Exception.pm                    |    8 +-
 lib/Dancer/Exception/Base.pm               |    8 +-
 lib/Dancer/Factory/Hook.pm                 |    8 +-
 lib/Dancer/FileUtils.pm                    |    8 +-
 lib/Dancer/GetOpt.pm                       |   13 +-
 lib/Dancer/HTTP.pm                         |    8 +-
 lib/Dancer/Handler.pm                      |    8 +-
 lib/Dancer/Handler/Debug.pm                |    8 +-
 lib/Dancer/Handler/PSGI.pm                 |    8 +-
 lib/Dancer/Handler/Standalone.pm           |    8 +-
 lib/Dancer/Hook.pm                         |    8 +-
 lib/Dancer/Hook/Properties.pm              |    8 +-
 lib/Dancer/Introduction.pod                |    4 +-
 lib/Dancer/Logger.pm                       |    8 +-
 lib/Dancer/Logger/Abstract.pm              |   16 +-
 lib/Dancer/Logger/Capture.pm               |    8 +-
 lib/Dancer/Logger/Capture/Trap.pm          |    8 +-
 lib/Dancer/Logger/Console.pm               |    8 +-
 lib/Dancer/Logger/Diag.pm                  |    8 +-
 lib/Dancer/Logger/File.pm                  |    8 +-
 lib/Dancer/Logger/Note.pm                  |    8 +-
 lib/Dancer/Logger/Null.pm                  |    8 +-
 lib/Dancer/MIME.pm                         |    8 +-
 lib/Dancer/ModuleLoader.pm                 |    8 +-
 lib/Dancer/Object.pm                       |    8 +-
 lib/Dancer/Object/Singleton.pm             |    8 +-
 lib/Dancer/Plugin.pm                       |    8 +-
 lib/Dancer/Plugin/Ajax.pm                  |    8 +-
 lib/Dancer/Plugins.pod                     |    2 +-
 lib/Dancer/Policy.pod                      |    2 +-
 lib/Dancer/Renderer.pm                     |    8 +-
 lib/Dancer/Request.pm                      |    8 +-
 lib/Dancer/Request/Upload.pm               |    8 +-
 lib/Dancer/Response.pm                     |    8 +-
 lib/Dancer/Route.pm                        |    8 +-
 lib/Dancer/Route/Cache.pm                  |    8 +-
 lib/Dancer/Route/Registry.pm               |    8 +-
 lib/Dancer/Serializer.pm                   |    8 +-
 lib/Dancer/Serializer/Abstract.pm          |    8 +-
 lib/Dancer/Serializer/Dumper.pm            |    8 +-
 lib/Dancer/Serializer/JSON.pm              |    8 +-
 lib/Dancer/Serializer/JSONP.pm             |    8 +-
 lib/Dancer/Serializer/Mutable.pm           |    8 +-
 lib/Dancer/Serializer/XML.pm               |    8 +-
 lib/Dancer/Serializer/YAML.pm              |    8 +-
 lib/Dancer/Session.pm                      |    8 +-
 lib/Dancer/Session/Abstract.pm             |    8 +-
 lib/Dancer/Session/Simple.pm               |    8 +-
 lib/Dancer/Session/YAML.pm                 |   17 +-
 lib/Dancer/SharedData.pm                   |    8 +-
 lib/Dancer/Template.pm                     |    8 +-
 lib/Dancer/Template/Abstract.pm            |    8 +-
 lib/Dancer/Template/Simple.pm              |    8 +-
 lib/Dancer/Template/TemplateToolkit.pm     |   87 +-
 lib/Dancer/Test.pm                         |    8 +-
 lib/Dancer/Timer.pm                        |    8 +-
 lib/Dancer/Tutorial.pod                    |    2 +-
 t/00-compile.t                             |    2 +-
 t/00-report-prereqs.dd                     |   76 +
 t/00-report-prereqs.t                      |  183 ++
 t/000-report-versions-tiny.t               |  120 -
 t/00_base/12_utf8_charset.t                |    2 +-
 t/02_request/07_raw_data.t                 |    2 +-
 t/02_request/10_mixed_params.t             |    2 +-
 t/10_template/05_template_toolkit.t        |   33 +-
 100 files changed, 3162 insertions(+), 3009 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