[libdancer-perl] branch master updated (5773d67 -> b265fcb)

gregor herrmann gregoa at debian.org
Sat May 9 21:08:52 UTC 2015


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

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

      from  5773d67   releasing package libdancer-perl version 1.3132+dfsg-1
      adds  bf43f52   Imported Upstream version 1.3135+dfsg
       new  4e33a7e   Merge tag 'upstream/1.3135+dfsg'
       new  f90ca38   New upstream release.
       new  fe510e4   Update years of packaging copyright.
       new  b265fcb   releasing package libdancer-perl version 1.3135+dfsg-1

The 4 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:
 CONTRIBUTORS                               | 349 +++++++++++++++--------------
 Changes                                    |  47 ++++
 META.json                                  | 153 +++++++------
 META.yml                                   | 153 +++++++------
 Makefile.PL                                |  16 +-
 README                                     |  81 ++++---
 README.mkdn                                |  81 +++----
 SIGNATURE                                  | 192 ++++++++--------
 bin/dancer                                 |  32 +--
 debian/changelog                           |   7 +
 debian/copyright                           |   2 +-
 doap.xml                                   |  62 ++++-
 lib/Dancer.pm                              |  93 ++++----
 lib/Dancer/App.pm                          |  13 +-
 lib/Dancer/Config.pm                       | 123 +++++++---
 lib/Dancer/Config/Object.pm                |   4 +-
 lib/Dancer/Continuation.pm                 |   7 +-
 lib/Dancer/Continuation/Halted.pm          |   7 +-
 lib/Dancer/Continuation/Route.pm           |  20 +-
 lib/Dancer/Continuation/Route/ErrorSent.pm |   7 +-
 lib/Dancer/Continuation/Route/FileSent.pm  |   7 +-
 lib/Dancer/Continuation/Route/Forwarded.pm |   7 +-
 lib/Dancer/Continuation/Route/Passed.pm    |   7 +-
 lib/Dancer/Continuation/Route/Templated.pm |   7 +-
 lib/Dancer/Cookbook.pod                    |  83 +++----
 lib/Dancer/Cookie.pm                       |  12 +-
 lib/Dancer/Cookies.pm                      |   4 +-
 lib/Dancer/Deployment.pod                  |  12 +-
 lib/Dancer/Deprecation.pm                  |   4 +-
 lib/Dancer/Development.pod                 |  90 +++++++-
 lib/Dancer/Development/Integration.pod     |   2 +-
 lib/Dancer/Engine.pm                       |   4 +-
 lib/Dancer/Error.pm                        |   8 +-
 lib/Dancer/Exception.pm                    |   4 +-
 lib/Dancer/Exception/Base.pm               |   4 +-
 lib/Dancer/Factory/Hook.pm                 |   7 +-
 lib/Dancer/FileUtils.pm                    |   4 +-
 lib/Dancer/GetOpt.pm                       |  11 +-
 lib/Dancer/HTTP.pm                         |   4 +-
 lib/Dancer/Handler.pm                      |  11 +-
 lib/Dancer/Handler/Debug.pm                |   4 +-
 lib/Dancer/Handler/PSGI.pm                 |   4 +-
 lib/Dancer/Handler/Standalone.pm           |   7 +-
 lib/Dancer/Hook.pm                         |   4 +-
 lib/Dancer/Hook/Properties.pm              |   4 +-
 lib/Dancer/Introduction.pod                |   7 +-
 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                  |   8 +-
 lib/Dancer/Plugins.pod                     |   4 +-
 lib/Dancer/Policy.pod                      |   2 +-
 lib/Dancer/Renderer.pm                     |   7 +-
 lib/Dancer/Request.pm                      |  26 ++-
 lib/Dancer/Request/Upload.pm               |   4 +-
 lib/Dancer/Response.pm                     |   4 +-
 lib/Dancer/Route.pm                        |   7 +-
 lib/Dancer/Route/Cache.pm                  |   4 +-
 lib/Dancer/Route/Registry.pm               |   7 +-
 lib/Dancer/Serializer.pm                   |   4 +-
 lib/Dancer/Serializer/Abstract.pm          |   7 +-
 lib/Dancer/Serializer/Dumper.pm            |   7 +-
 lib/Dancer/Serializer/JSON.pm              |   4 +-
 lib/Dancer/Serializer/JSONP.pm             |   4 +-
 lib/Dancer/Serializer/Mutable.pm           |   4 +-
 lib/Dancer/Serializer/XML.pm               |   8 +-
 lib/Dancer/Serializer/YAML.pm              |   4 +-
 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                   |   7 +-
 lib/Dancer/Template.pm                     |   4 +-
 lib/Dancer/Template/Abstract.pm            |   4 +-
 lib/Dancer/Template/Simple.pm              |   4 +-
 lib/Dancer/Template/TemplateToolkit.pm     |   4 +-
 lib/Dancer/Test.pm                         |   4 +-
 lib/Dancer/Timer.pm                        |   4 +-
 lib/Dancer/Tutorial.pod                    |   2 +-
 t/00-compile.t                             |   9 +-
 t/00_base/002_strict_and_warnings.t        |   4 +-
 t/00_base/004_args.t                       |   5 -
 t/01_config/06_config_api.t                |   6 +-
 t/03_route_handler/03_routes_api.t         |   2 +-
 t/04_static_file/003_mime_types_reinit.t   |   7 +
 96 files changed, 1173 insertions(+), 851 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