[libdancer2-perl] 01/06: Merge tag 'upstream/0.163000+dfsg'

Nuno Carvalho smash at cpan.org
Thu Oct 22 17:32:22 UTC 2015


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

mestre-guest pushed a commit to branch master
in repository libdancer2-perl.

commit 9fca373f0b10462cc8d8695fe0379a730cfe1484
Merge: eb3ca93 beb8cef
Author: Nuno Carvalho <smash at cpan.org>
Date:   Thu Oct 22 14:15:04 2015 +0100

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

 Changes                                            |  52 +++
 MANIFEST                                           |  21 +-
 META.json                                          | 173 ++++------
 META.yml                                           | 169 ++++------
 Makefile.PL                                        | 110 +------
 lib/.Dancer2.pm.swp                                | Bin 0 -> 24576 bytes
 lib/Dancer2.pm                                     |  17 +-
 lib/Dancer2/CLI.pm                                 |   4 +-
 lib/Dancer2/CLI/Command/gen.pm                     |  12 +-
 lib/Dancer2/CLI/Command/version.pm                 |   6 +-
 lib/Dancer2/Config.pod                             |  14 +-
 lib/Dancer2/Cookbook.pod                           |  14 +-
 lib/Dancer2/Core.pm                                |   4 +-
 lib/Dancer2/Core/.Error.pm.swp                     | Bin 16384 -> 0 bytes
 lib/Dancer2/Core/App.pm                            |  11 +-
 lib/Dancer2/Core/Cookie.pm                         |   4 +-
 lib/Dancer2/Core/DSL.pm                            |  49 ++-
 lib/Dancer2/Core/Dispatcher.pm                     |   4 +-
 lib/Dancer2/Core/Error.pm                          |  10 +-
 lib/Dancer2/Core/Factory.pm                        |   4 +-
 lib/Dancer2/Core/HTTP.pm                           |   4 +-
 lib/Dancer2/Core/Hook.pm                           |   6 +-
 lib/Dancer2/Core/MIME.pm                           |  10 +-
 lib/Dancer2/Core/Request.pm                        | 171 +++++++---
 lib/Dancer2/Core/Request/Upload.pm                 |   4 +-
 lib/Dancer2/Core/Response.pm                       |   5 +-
 lib/Dancer2/Core/Response/Delayed.pm               |  47 ++-
 lib/Dancer2/Core/Role/ConfigReader.pm              |   4 +-
 lib/Dancer2/Core/Role/DSL.pm                       |   4 +-
 lib/Dancer2/Core/Role/Engine.pm                    |   4 +-
 lib/Dancer2/Core/Role/Handler.pm                   |   4 +-
 lib/Dancer2/Core/Role/HasLocation.pm               |   4 +-
 lib/Dancer2/Core/Role/Hookable.pm                  |   4 +-
 lib/Dancer2/Core/Role/Logger.pm                    |   4 +-
 lib/Dancer2/Core/Role/Serializer.pm                |   4 +-
 lib/Dancer2/Core/Role/SessionFactory.pm            |   4 +-
 lib/Dancer2/Core/Role/SessionFactory/File.pm       |   4 +-
 lib/Dancer2/Core/Role/StandardResponses.pm         |   4 +-
 lib/Dancer2/Core/Role/Template.pm                  |   8 +-
 lib/Dancer2/Core/Route.pm                          |  13 +-
 lib/Dancer2/Core/Runner.pm                         |   4 +-
 lib/Dancer2/Core/Session.pm                        |   4 +-
 lib/Dancer2/Core/Time.pm                           |   4 +-
 lib/Dancer2/Core/Types.pm                          |   4 +-
 lib/Dancer2/FileUtils.pm                           |   4 +-
 lib/Dancer2/Handler/AutoPage.pm                    |   4 +-
 lib/Dancer2/Handler/File.pm                        |   4 +-
 lib/Dancer2/Logger/Capture.pm                      |   4 +-
 lib/Dancer2/Logger/Capture/Trap.pm                 |   4 +-
 lib/Dancer2/Logger/Console.pm                      |   4 +-
 lib/Dancer2/Logger/Diag.pm                         |   4 +-
 lib/Dancer2/Logger/File.pm                         |   4 +-
 lib/Dancer2/Logger/Note.pm                         |   4 +-
 lib/Dancer2/Logger/Null.pm                         |   4 +-
 lib/Dancer2/Manual.pod                             | 212 ++++++++++---
 lib/Dancer2/Manual/Deployment.pod                  | 134 +++++---
 lib/Dancer2/Manual/Migration.pod                   |  15 +-
 lib/Dancer2/Manual/Testing.pod                     |   4 +-
 lib/Dancer2/Plugin.pm                              |  30 +-
 lib/Dancer2/Plugins.pod                            |   4 +-
 lib/Dancer2/Policy.pod                             |   4 +-
 lib/Dancer2/Serializer/Dumper.pm                   |   4 +-
 lib/Dancer2/Serializer/JSON.pm                     |   4 +-
 lib/Dancer2/Serializer/Mutable.pm                  |   4 +-
 lib/Dancer2/Serializer/YAML.pm                     |   4 +-
 lib/Dancer2/Session/Simple.pm                      |   4 +-
 lib/Dancer2/Session/YAML.pm                        |   4 +-
 lib/Dancer2/Template/Implementation/ForkedTiny.pm  |   4 +-
 lib/Dancer2/Template/Simple.pm                     |   4 +-
 lib/Dancer2/Template/TemplateToolkit.pm            |   4 +-
 lib/Dancer2/Template/Tiny.pm                       |   4 +-
 lib/Dancer2/Test.pm                                |   4 +-
 lib/Dancer2/Tutorial.pod                           |   4 +-
 script/dancer2                                     |   2 +-
 share/skel/environments/development.yml            |   2 +-
 t/00-compile.t                                     |  10 +-
 t/00-report-prereqs.dd                             |  55 +---
 t/00-report-prereqs.t                              |  13 +-
 t/author-no-tabs.t                                 |  17 +
 .../Dancer2-Core-Route/deprecated_param_keys.t     |  34 ++
 t/classes/Dancer2/import-pragmas.t                 |  18 ++
 t/dsl/delayed.t                                    |  74 ++++-
 t/dsl/error_template.t                             |   2 +
 t/dsl/parameters.t                                 | 352 +++++++++++++++++++++
 t/issues/gh-794.t                                  |  11 +-
 t/issues/gh-811.t                                  |  56 ++++
 t/issues/gh-931.t                                  |  75 +++++
 t/request.t                                        |  16 +
 t/serializer_json.t                                |   4 +
 t/sessions/Vg04TQAAIh5Z2I-GTU_wKFHO4feGKLE_.yml    |   1 +
 t/sessions/Vg04TQAAIh5f8_rJkoZU-jF0X0Ju1tUT.yml    |   2 +
 t/sessions/Vg04TQAAIh5ip4atDSSzR5k8O0kUe8xe.yml    |   1 +
 t/sessions/Vg04TQAAIh6LD69zbMVWaoqIU23Crkdm.yml    |   2 +
 t/sessions/Vg04TQAAIh6p0AWJuzbIW1SGm4EYmG3M.yml    |   2 +
 t/sessions/Vg04TQAAIh7D5x7ePVh0dCf2cIkxpaxw.yml    |   1 +
 t/sessions/Vg064wAAJ9kOJP85EngBszwmwHbWlNSI.yml    |   2 +
 t/sessions/Vg064wAAJ9kQ4eZCIrRZYn2MHmDG9gdR.yml    |   1 +
 t/sessions/Vg064wAAJ9kdprsPF4Sv3csep-q5vNcS.yml    |   2 +
 t/sessions/Vg064wAAJ9kplKAlXLoTRgcwpA4SHS7p.yml    |   1 +
 t/sessions/Vg064wAAJ9lUqjejJGWqSsvCik0IMkXR.yml    |   2 +
 t/sessions/Vg064wAAJ9laQxRh3IZuFLenkVBgIk9I.yml    |   1 +
 t/template_default_tokens.t                        |   2 +-
 102 files changed, 1558 insertions(+), 700 deletions(-)

-- 
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