[libdancer-perl] 04/13: Merge tag 'upstream/1.3130+dfsg'

gregor herrmann gregoa at debian.org
Wed Oct 8 20:05:30 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 810742312502fedbe6b852d48f3156cc3828af81
Merge: 75f5dd7 27410ae
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 8 21:37:02 2014 +0200

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

 CHANGES                                    | 2234 ----------------------------
 CONTRIBUTORS                               |  179 +++
 Changes                                    | 2008 +++++++++++++++++++++++++
 INSTALL                                    |   44 +
 LICENSE                                    |   29 +-
 MANIFEST                                   |   58 +-
 META.json                                  |  540 ++++++-
 META.yml                                   |  452 +++++-
 Makefile.PL                                |  226 ++-
 README                                     | 1375 +++++++++++++++++
 README.mkdn                                | 1452 ++++++++++++++++++
 SIGNATURE                                  |  381 +++++
 TODO                                       |   26 -
 {script => bin}/dancer                     |   35 +-
 cpanfile                                   |   63 +
 doap.xml                                   | 1821 +++++++++++++++++++++++
 lib/Dancer.pm                              |   52 +-
 lib/Dancer/App.pm                          |   32 +-
 lib/Dancer/Config.pm                       |   65 +-
 lib/Dancer/Config/Object.pm                |   21 +-
 lib/Dancer/Continuation.pm                 |   32 +-
 lib/Dancer/Continuation/Halted.pm          |   32 +-
 lib/Dancer/Continuation/Route.pm           |   32 +-
 lib/Dancer/Continuation/Route/ErrorSent.pm |   32 +-
 lib/Dancer/Continuation/Route/FileSent.pm  |   32 +-
 lib/Dancer/Continuation/Route/Forwarded.pm |   32 +-
 lib/Dancer/Continuation/Route/Passed.pm    |   32 +-
 lib/Dancer/Continuation/Route/Templated.pm |   32 +-
 lib/Dancer/Cookbook.pod                    |   72 +-
 lib/Dancer/Cookie.pm                       |   25 +-
 lib/Dancer/Cookies.pm                      |   27 +-
 lib/Dancer/Deployment.pod                  |   32 +-
 lib/Dancer/Deprecation.pm                  |   27 +-
 lib/Dancer/Development.pod                 |   25 +
 lib/Dancer/Development/Integration.pod     |   27 +-
 lib/Dancer/Engine.pm                       |   26 +-
 lib/Dancer/Error.pm                        |   26 +-
 lib/Dancer/Exception.pm                    |   27 +-
 lib/Dancer/Exception/Base.pm               |   25 +-
 lib/Dancer/Factory/Hook.pm                 |   32 +-
 lib/Dancer/FileUtils.pm                    |   26 +-
 lib/Dancer/GetOpt.pm                       |   32 +-
 lib/Dancer/HTTP.pm                         |   26 +-
 lib/Dancer/Handler.pm                      |   32 +-
 lib/Dancer/Handler/Debug.pm                |   40 +-
 lib/Dancer/Handler/PSGI.pm                 |   28 +-
 lib/Dancer/Handler/Standalone.pm           |   32 +-
 lib/Dancer/Hook.pm                         |   35 +-
 lib/Dancer/Hook/Properties.pm              |   33 +-
 lib/Dancer/Introduction.pod                |   67 +-
 lib/Dancer/Logger.pm                       |   28 +-
 lib/Dancer/Logger/Abstract.pm              |   28 +-
 lib/Dancer/Logger/Capture.pm               |   70 +-
 lib/Dancer/Logger/Capture/Trap.pm          |   79 +-
 lib/Dancer/Logger/Console.pm               |   27 +-
 lib/Dancer/Logger/Diag.pm                  |   27 +-
 lib/Dancer/Logger/File.pm                  |   27 +-
 lib/Dancer/Logger/Note.pm                  |   27 +-
 lib/Dancer/Logger/Null.pm                  |   27 +-
 lib/Dancer/MIME.pm                         |   27 +-
 lib/Dancer/ModuleLoader.pm                 |   28 +-
 lib/Dancer/Object.pm                       |   28 +-
 lib/Dancer/Object/Singleton.pm             |   28 +-
 lib/Dancer/Plugin.pm                       |   28 +-
 lib/Dancer/Plugin/Ajax.pm                  |   30 +-
 lib/Dancer/Plugins.pod                     |   25 +-
 lib/Dancer/Renderer.pm                     |   32 +-
 lib/Dancer/Request.pm                      |   24 +-
 lib/Dancer/Request/Upload.pm               |   31 +-
 lib/Dancer/Response.pm                     |   27 +-
 lib/Dancer/Route.pm                        |   32 +-
 lib/Dancer/Route/Cache.pm                  |   30 +-
 lib/Dancer/Route/Registry.pm               |   31 +
 lib/Dancer/Serializer.pm                   |   24 +-
 lib/Dancer/Serializer/Abstract.pm          |   32 +-
 lib/Dancer/Serializer/Dumper.pm            |   32 +-
 lib/Dancer/Serializer/JSON.pm              |   29 +-
 lib/Dancer/Serializer/JSONP.pm             |   27 +
 lib/Dancer/Serializer/Mutable.pm           |   28 +-
 lib/Dancer/Serializer/XML.pm               |   28 +-
 lib/Dancer/Serializer/YAML.pm              |   28 +-
 lib/Dancer/Session.pm                      |   30 +-
 lib/Dancer/Session/Abstract.pm             |  109 +-
 lib/Dancer/Session/Simple.pm               |   26 +-
 lib/Dancer/Session/YAML.pm                 |   24 +-
 lib/Dancer/SharedData.pm                   |   32 +-
 lib/Dancer/Template.pm                     |   24 +-
 lib/Dancer/Template/Abstract.pm            |   24 +-
 lib/Dancer/Template/Simple.pm              |   22 +
 lib/Dancer/Template/TemplateToolkit.pm     |   24 +-
 lib/Dancer/Test.pm                         |   30 +-
 lib/Dancer/Timer.pm                        |   28 +-
 lib/Dancer/Tutorial.pod                    |   31 +-
 t/00-compile.t                             |  146 ++
 t/000-report-versions-tiny.t               |  119 ++
 t/00_base/002_strict_and_warnings.t        |    2 +-
 t/00_base/14_changelog.t                   |  244 ---
 t/07_apphandlers/06_debug.t                |   17 +-
 t/19_dancer/01_script.t                    |    2 +-
 t/19_dancer/02_script_version_from.t       |    2 +-
 100 files changed, 10847 insertions(+), 3129 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