[libdancer2-perl] branch master updated (eb3ca93 -> 6d1c8b1)

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 change to branch master
in repository libdancer2-perl.

      from  eb3ca93   releasing package libdancer2-perl version 0.162000+dfsg-1
      adds  beb8cef   Imported Upstream version 0.163000+dfsg
       new  9fca373   Merge tag 'upstream/0.163000+dfsg'
       new  dd11dec   Remove patch no longer required
       new  4cc4d2d   Require moo and role-tiny version 2
       new  7813bd6   libtemplate-perl only required for testing
       new  0ea827e   Remove unneeded entry from copyright
       new  6d1c8b1   New upstream release, ready for review

The 6 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                                            |  52 +++
 MANIFEST                                           |  21 +-
 META.json                                          | 173 ++++------
 META.yml                                           | 169 ++++------
 Makefile.PL                                        | 110 +------
 debian/changelog                                   |  12 +
 debian/control                                     |   5 +-
 debian/copyright                                   |   4 -
 debian/patches/fix-docs-typo.patch                 |  18 --
 debian/patches/series                              |   1 -
 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 +
 ...kE.yml => Vg04TQAAIh5Z2I-GTU_wKFHO4feGKLE_.yml} |   0
 t/sessions/Vg04TQAAIh5f8_rJkoZU-jF0X0Ju1tUT.yml    |   2 +
 ...kE.yml => Vg04TQAAIh5ip4atDSSzR5k8O0kUe8xe.yml} |   0
 t/sessions/Vg04TQAAIh6LD69zbMVWaoqIU23Crkdm.yml    |   2 +
 t/sessions/Vg04TQAAIh6p0AWJuzbIW1SGm4EYmG3M.yml    |   2 +
 ...kE.yml => Vg04TQAAIh7D5x7ePVh0dCf2cIkxpaxw.yml} |   0
 t/sessions/Vg064wAAJ9kOJP85EngBszwmwHbWlNSI.yml    |   2 +
 ...kE.yml => Vg064wAAJ9kQ4eZCIrRZYn2MHmDG9gdR.yml} |   0
 t/sessions/Vg064wAAJ9kdprsPF4Sv3csep-q5vNcS.yml    |   2 +
 ...kE.yml => Vg064wAAJ9kplKAlXLoTRgcwpA4SHS7p.yml} |   0
 t/sessions/Vg064wAAJ9lUqjejJGWqSsvCik0IMkXR.yml    |   2 +
 ...kE.yml => Vg064wAAJ9laQxRh3IZuFLenkVBgIk9I.yml} |   0
 t/template_default_tokens.t                        |   2 +-
 107 files changed, 1566 insertions(+), 726 deletions(-)
 delete mode 100644 debian/patches/fix-docs-typo.patch
 delete mode 100644 debian/patches/series
 create mode 100644 lib/.Dancer2.pm.swp
 delete mode 100644 lib/Dancer2/Core/.Error.pm.swp
 create mode 100644 t/classes/Dancer2-Core-Route/deprecated_param_keys.t
 create mode 100644 t/classes/Dancer2/import-pragmas.t
 create mode 100644 t/dsl/parameters.t
 create mode 100644 t/issues/gh-811.t
 create mode 100644 t/issues/gh-931.t
 copy t/sessions/{VZnfBAAAM1tKFkfDZ4IUwyKrWceQJRkE.yml => Vg04TQAAIh5Z2I-GTU_wKFHO4feGKLE_.yml} (100%)
 create mode 100644 t/sessions/Vg04TQAAIh5f8_rJkoZU-jF0X0Ju1tUT.yml
 copy t/sessions/{VZnfBAAAM1tKFkfDZ4IUwyKrWceQJRkE.yml => Vg04TQAAIh5ip4atDSSzR5k8O0kUe8xe.yml} (100%)
 create mode 100644 t/sessions/Vg04TQAAIh6LD69zbMVWaoqIU23Crkdm.yml
 create mode 100644 t/sessions/Vg04TQAAIh6p0AWJuzbIW1SGm4EYmG3M.yml
 copy t/sessions/{VZnfBAAAM1tKFkfDZ4IUwyKrWceQJRkE.yml => Vg04TQAAIh7D5x7ePVh0dCf2cIkxpaxw.yml} (100%)
 create mode 100644 t/sessions/Vg064wAAJ9kOJP85EngBszwmwHbWlNSI.yml
 copy t/sessions/{VZnfBAAAM1tKFkfDZ4IUwyKrWceQJRkE.yml => Vg064wAAJ9kQ4eZCIrRZYn2MHmDG9gdR.yml} (100%)
 create mode 100644 t/sessions/Vg064wAAJ9kdprsPF4Sv3csep-q5vNcS.yml
 copy t/sessions/{VZnfBAAAM1tKFkfDZ4IUwyKrWceQJRkE.yml => Vg064wAAJ9kplKAlXLoTRgcwpA4SHS7p.yml} (100%)
 create mode 100644 t/sessions/Vg064wAAJ9lUqjejJGWqSsvCik0IMkXR.yml
 copy t/sessions/{VZnfBAAAM1tKFkfDZ4IUwyKrWceQJRkE.yml => Vg064wAAJ9laQxRh3IZuFLenkVBgIk9I.yml} (100%)

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