[libdancer2-perl] branch master updated (565b870 -> 1d43704)

gregor herrmann gregoa at debian.org
Fri Dec 23 00:34:46 UTC 2016


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

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

      from  565b870   releasing package libdancer2-perl version 0.204001+dfsg-1
      adds  f09913f   Fixed an unmatched paren typo in Cookbook.pod
      adds  4ff0d03   reflect changes
      adds  f6ccbec   Merge branch 'doc/cookbook-typo'
      adds  e77f704   updates to handle GH #1214
      adds  80be87e   update changes
      adds  4c348b9   Merge branch 'docs/migration-doc-updates'
      adds  8e7a8fd   Quote HEREDOC
      adds  96a7059   Avoid &functionname()
      adds  bfb0622   Unnecessary escaping
      adds  0e761b5   Avoid non-regexp split parameter
      adds  ba2df36   Avoid using single quote as qw delimiter
      adds  35569e4   Ignore Perl::Critic warnings where appropriate
      adds  253b930   Merge branch 'cleanup/critic'
      adds  704d005   Add 'find_plugin' app method:
      adds  ad3f89b   cleanup
      adds  e30fc29   Add this as a method in the plugin
      adds  d7217b1   Document
      adds  cb2937e   rename
      adds  0147b23   Add documentation
      adds  a171120   Merge branch 'feature/find-plugin'
      adds  f2ac574   GH #975: Postpone public_dir calculation:
      adds  e4c4109   reflect change
      adds  0234f4e   Merge branch 'fix/gh-975'
      adds  4070ee4   Update Cookbook.pod
      adds  fc65423   reflect changes
      adds  acdf46c   Merge branch 'cookbook-doc-patch'
      adds  966edec   Update documentation to use specific parameter keywords
      adds  88e340c   Changes after PR feedback
      adds  3f16ccd   Remove route_parameters, body_parameters, and query_paramters from template docs
      adds  68061a3   update return value of route_parameters, ... to be L<hashref> instead of L<Hash::MultiValue>
      adds  abe6807   Revert "update return value of route_parameters, ... to be L<hashref> instead of L<Hash::MultiValue>"
      adds  d09b9b8   revert documentation change, fix typo
      adds  058eb88   reflect changes
      adds  461924a   Merge branch 'keyword-doc-patch'
      adds  7675ce1   v0.204002
      adds  0127eab   New upstream version 0.204002+dfsg
       new  50c0554   Merge tag 'upstream/0.204002+dfsg'
       new  3ff7ce0   Update debian/changelog
       new  6ecc023   Add a patch to fix a typo in the POD.
       new  1d43704   releasing package libdancer2-perl version 0.204002+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:
 Changes                                           |  18 ++++
 MANIFEST                                          |   6 +-
 META.json                                         | 120 +++++++++++-----------
 META.yml                                          | 118 ++++++++++-----------
 Makefile.PL                                       |   6 +-
 debian/changelog                                  |   7 ++
 debian/patches/series                             |   1 +
 debian/patches/spelling.patch                     |  18 ++++
 lib/Dancer2.pm                                    |   6 +-
 lib/Dancer2/CLI.pm                                |   4 +-
 lib/Dancer2/CLI/Command/gen.pm                    |   6 +-
 lib/Dancer2/CLI/Command/version.pm                |   4 +-
 lib/Dancer2/Config.pod                            |   2 +-
 lib/Dancer2/Cookbook.pod                          |  40 ++++----
 lib/Dancer2/Core.pm                               |   4 +-
 lib/Dancer2/Core/App.pm                           |  19 +++-
 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/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                   |   6 +-
 lib/Dancer2/Core/Role/Serializer.pm               |   6 +-
 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                 |   6 +-
 lib/Dancer2/Core/Route.pm                         |   6 +-
 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                            |  95 +++++++++--------
 lib/Dancer2/Manual/Deployment.pod                 |   2 +-
 lib/Dancer2/Manual/Migration.pod                  |  23 ++++-
 lib/Dancer2/Manual/Testing.pod                    |   2 +-
 lib/Dancer2/Plugin.pm                             |  39 +++++--
 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           |  10 +-
 lib/Dancer2/Template/Tiny.pm                      |   4 +-
 lib/Dancer2/Test.pm                               |   5 +-
 lib/Dancer2/Tutorial.pod                          |  22 ++--
 script/dancer2                                    |   2 +-
 t/00-compile.t                                    |  20 +++-
 t/author-no-tabs.t                                |   6 +-
 t/author-pod-syntax.t                             |   2 +-
 t/issues/gh-975/config.yml                        |   1 +
 t/issues/gh-975/gh-975.t                          |  15 +++
 t/issues/gh-975/test_public_dir/test.txt          |   1 +
 t/plugin2/find_plugin.t                           | 104 +++++++++++++++++++
 t/release-distmeta.t                              |   2 +-
 83 files changed, 596 insertions(+), 340 deletions(-)
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 t/issues/gh-975/config.yml
 create mode 100644 t/issues/gh-975/gh-975.t
 create mode 100644 t/issues/gh-975/test_public_dir/test.txt
 create mode 100644 t/plugin2/find_plugin.t

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