[libdancer2-perl] branch master updated (544851c -> a324b64)

Nuno Carvalho smash at cpan.org
Wed Jul 13 10:30:14 UTC 2016


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

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

      from  544851c   releasing package libdancer2-perl version 0.200002+dfsg-1
      adds  39f6176   Imported Upstream version 0.200003+dfsg
       new  7460f76   Merge tag 'upstream/0.200003+dfsg'
       new  1570968   Remove spelling patch, fixed upstream
       new  2e648a0   Add a patch to remove EU::MM required version
       new  a324b64   New upstream release, ready for review

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:
 Changes                                           |  26 +++++
 LICENSE                                           |   2 +-
 MANIFEST                                          |  25 +----
 META.json                                         | 128 +++++++++++-----------
 META.yml                                          | 123 ++++++++++-----------
 Makefile.PL                                       |  14 +--
 debian/changelog                                  |   9 ++
 debian/patches/remove-eumm-version-req.patch      |  62 +++++++++++
 debian/patches/series                             |   2 +-
 debian/patches/spelling.patch                     |  18 ---
 lib/Dancer2.pm                                    |  25 +----
 lib/Dancer2/CLI.pm                                |   4 +-
 lib/Dancer2/CLI/Command/gen.pm                    |   4 +-
 lib/Dancer2/CLI/Command/version.pm                |   4 +-
 lib/Dancer2/Config.pod                            |   2 +-
 lib/Dancer2/Cookbook.pod                          |   2 +-
 lib/Dancer2/Core.pm                               |   4 +-
 lib/Dancer2/Core/App.pm                           |   4 +-
 lib/Dancer2/Core/Cookie.pm                        |   4 +-
 lib/Dancer2/Core/DSL.pm                           |   4 +-
 lib/Dancer2/Core/Dispatcher.pm                    |   4 +-
 lib/Dancer2/Core/Error.pm                         |   4 +-
 lib/Dancer2/Core/Factory.pm                       |   4 +-
 lib/Dancer2/Core/HTTP.pm                          |   4 +-
 lib/Dancer2/Core/Hook.pm                          |   4 +-
 lib/Dancer2/Core/MIME.pm                          |   4 +-
 lib/Dancer2/Core/Request.pm                       |   6 +-
 lib/Dancer2/Core/Request/Upload.pm                |   4 +-
 lib/Dancer2/Core/Response.pm                      |   4 +-
 lib/Dancer2/Core/Response/Delayed.pm              |   4 +-
 lib/Dancer2/Core/Role/.Template.pm.swp            | Bin 16384 -> 0 bytes
 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      |   6 +-
 lib/Dancer2/Core/Role/StandardResponses.pm        |   4 +-
 lib/Dancer2/Core/Role/Template.pm                 |   4 +-
 lib/Dancer2/Core/Route.pm                         |   4 +-
 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                          |   6 +-
 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                            |  10 +-
 lib/Dancer2/Manual/Deployment.pod                 |   2 +-
 lib/Dancer2/Manual/Migration.pod                  |   2 +-
 lib/Dancer2/Manual/Testing.pod                    |   2 +-
 lib/Dancer2/Plugin.pm                             |   6 +-
 lib/Dancer2/Plugins.pod                           |   2 +-
 lib/Dancer2/Policy.pod                            |   2 +-
 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           |  30 ++++-
 lib/Dancer2/Template/Tiny.pm                      |   4 +-
 lib/Dancer2/Test.pm                               |   4 +-
 lib/Dancer2/Tutorial.pod                          |   2 +-
 script/dancer2                                    |  53 ++++++++-
 t/00-report-prereqs.dd                            |   9 +-
 t/author-no-tabs.t                                |  26 +----
 t/author-pod-syntax.t                             |   4 +-
 t/file_utils.t                                    |   2 +-
 t/release-distmeta.t                              |   4 +-
 t/session_bad_client_cookie.t                     |  92 ++++++++++++++++
 t/sessions/VZnfBAAAM1tKFkfDZ4IUwyKrWceQJRkE.yml   |   1 -
 t/sessions/VZnfBAAAM1uzNFM805U0WYIBH6g9O9sP.yml   |   1 -
 t/sessions/VZnfBAAAM1vX474E7L8-IKj6yGKXydT6.yml   |   1 -
 t/sessions/VZnjPwAAO6k-BdDf7U1asyu8L3IiwLPH.yml   |   1 -
 t/sessions/VZnjPwAAO6k9bW5FauLnPe6HtecLdTl7.yml   |   1 -
 t/sessions/VZnjPwAAO6mvnV4jszDm0R5-aWeczZvi.yml   |   1 -
 t/sessions/VZnmcwAAQCxW6LW-ZL8Xt8U8jJfvzYQE.yml   |   1 -
 t/sessions/VZnmcwAAQCzAiy3r3BF_Y9nl17qh9xWZ.yml   |   1 -
 t/sessions/VZnmcwAAQCzZczgTm1OVACmWHKa_8Ba3.yml   |   1 -
 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 -
 105 files changed, 547 insertions(+), 388 deletions(-)
 create mode 100644 debian/patches/remove-eumm-version-req.patch
 delete mode 100644 debian/patches/spelling.patch
 delete mode 100644 lib/Dancer2/Core/Role/.Template.pm.swp
 create mode 100644 t/session_bad_client_cookie.t
 delete mode 100644 t/sessions/VZnfBAAAM1tKFkfDZ4IUwyKrWceQJRkE.yml
 delete mode 100644 t/sessions/VZnfBAAAM1uzNFM805U0WYIBH6g9O9sP.yml
 delete mode 100644 t/sessions/VZnfBAAAM1vX474E7L8-IKj6yGKXydT6.yml
 delete mode 100644 t/sessions/VZnjPwAAO6k-BdDf7U1asyu8L3IiwLPH.yml
 delete mode 100644 t/sessions/VZnjPwAAO6k9bW5FauLnPe6HtecLdTl7.yml
 delete mode 100644 t/sessions/VZnjPwAAO6mvnV4jszDm0R5-aWeczZvi.yml
 delete mode 100644 t/sessions/VZnmcwAAQCxW6LW-ZL8Xt8U8jJfvzYQE.yml
 delete mode 100644 t/sessions/VZnmcwAAQCzAiy3r3BF_Y9nl17qh9xWZ.yml
 delete mode 100644 t/sessions/VZnmcwAAQCzZczgTm1OVACmWHKa_8Ba3.yml
 delete mode 100644 t/sessions/Vg04TQAAIh5Z2I-GTU_wKFHO4feGKLE_.yml
 delete mode 100644 t/sessions/Vg04TQAAIh5f8_rJkoZU-jF0X0Ju1tUT.yml
 delete mode 100644 t/sessions/Vg04TQAAIh5ip4atDSSzR5k8O0kUe8xe.yml
 delete mode 100644 t/sessions/Vg04TQAAIh6LD69zbMVWaoqIU23Crkdm.yml
 delete mode 100644 t/sessions/Vg04TQAAIh6p0AWJuzbIW1SGm4EYmG3M.yml
 delete mode 100644 t/sessions/Vg04TQAAIh7D5x7ePVh0dCf2cIkxpaxw.yml
 delete mode 100644 t/sessions/Vg064wAAJ9kOJP85EngBszwmwHbWlNSI.yml
 delete mode 100644 t/sessions/Vg064wAAJ9kQ4eZCIrRZYn2MHmDG9gdR.yml
 delete mode 100644 t/sessions/Vg064wAAJ9kdprsPF4Sv3csep-q5vNcS.yml
 delete mode 100644 t/sessions/Vg064wAAJ9kplKAlXLoTRgcwpA4SHS7p.yml
 delete mode 100644 t/sessions/Vg064wAAJ9lUqjejJGWqSsvCik0IMkXR.yml
 delete mode 100644 t/sessions/Vg064wAAJ9laQxRh3IZuFLenkVBgIk9I.yml

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