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

gregor herrmann gregoa at debian.org
Thu Oct 20 23:07:48 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  f1c0a8a   New upstream release, ready for review
      adds  a3e4fc3   leftover codes in messages
      adds  5aef6be   reflect changes
      adds  b8f8f75   Merge branch 'leftover-codes-in-http-messages'
      adds  703d582   improve profiling and benchmarking
      adds  ad87e87   Clarify extra copyright section:
      adds  14bf4de   reflect changes
      adds  4dae9cb   Merge branch 'fix/extra-copyright'
      adds  54a7740   add more suggested modules
      adds  21b574a   Fix the upload example:
      adds  e88f145   reflect change
      adds  2fc1b8d   Merge branch 'docs/fix-upload-example'
      adds  9d93312   One should use get_all() to get multiple values.
      adds  4ebe525   Merge pull request #1254 from PerlDancer/body_parameters_doc_fix
      adds  0c68eae   This is a whoops, clearly
      adds  cfe9775   reflect change
      adds  1bed4ae   Merge branch 'fix/451'
      adds  cb2525f   Add support for shimming eval and better error handling
      adds  602d630   reflect change
      adds  d6f8b31   Merge branch 'pr/eval-shim'
      adds  308ecc5   Revert "Merge branch 'pr/eval-shim'"
      adds  f6a0d0c   fix #1255 - add_hook overriding is not operational
      adds  1e62129   reflect changes
      adds  e74c3fb   Merge branch 'pr/fix_1255'
      adds  0efaedd   Fixup issue #1191 - use of named captures prior to dispatch breaks dispatch
      adds  db29ebe   reflect changes
      adds  12ea3d5   Merge branch 'pr/fix_1191'
      adds  9ed8736   Revert "Revert "Merge branch 'pr/eval-shim'""
      adds  435228b   added cpanfile
      adds  95053be   Reordered Changes for next version.
      adds  64e469e   reflect changes
      adds  01865eb   Merge branch 'mickey/cpanfile'
      adds  b98206c   send_file send_as tests with optional charset
      adds  6ee567f   Add charset option to send_file and send_as
      adds  1575c82   Note charset option to send_file in the Manual
      adds  e073b24   reflect changes
      adds  608b458   Merge branch 'feature/send_file_charset'
      adds  9efede3   tag used in skel should be unique to D2
      adds  ff4a241   change tags to [d2% %2d]
      adds  45bd991   reflect changes
      adds  85e6966   Merge branch 'feature/change_skel_template_tag'
      adds  4c389c0   extra config & tests for _local config files
      adds  db7edc4   Add any *_local.* files that may be found
      adds  d35e532   warn about config merges if DANCER_CONFIG_VERBOSE is set
      adds  22449ef   Only look for configs ending in DANCER_CONFIG_EXT if set
      adds  484cf02   emit a warning when the configuration file extension is restricted
      adds  8236e9d   Add some documentation
      adds  58547b7   reflect changes
      adds  e9a633d   Merge branch 'feature/local_config'
      adds  3c67a56   Don't use env->{'plack.request.body'} for body_parameters stash.
      adds  94d417f   reflect changes
      adds  e4c9508   Merge branch 'fix/body_parameters_decode'
      adds  09dd3b2   Forward tests with Hash::MultiValue params
      adds  dbaec07   Add (private) shallow_clone method to request
      adds  6e4100e   Simplify make_forward_to by calling request->shallow_clone
      adds  b38ecb6   Ensure request clone works with DECODED parameters
      adds  d142846   reflect changes
      adds  6dc4a48   Merge branch 'bugfix/hmv_forward'
      adds  1cd965c   Refactor static middleware handling
      adds  c2dc716   Test static content returns 304 not modified
      adds  8d9cee4   reflect changes
      adds  a803b0a   Merge branch 'feature/static_304'
      adds  8855cef   Update list of contributors.
      adds  f2c5a0a   v0.204000
      adds  55a717f   Test for encode_json/decode_json
      adds  7c448c9   Implement encode_json/decode_json
      adds  8522629   Documentation updates
      adds  66fae47   Fix tests
      adds  37a818c   Fix cookbook typos
      adds  930119a   reflect changes
      adds  ddfe254   Merge branch 'pr/encode_decode_json'
      adds  3cb8d86   eval named capture regex so tests pass on perl 5.8
      adds  27496a4   reflect changes
      adds  824e72b   Merge branch 'bugfix/named_captures_perl_5.8'
      adds  550b7de   header for changes
      adds  20e1df4   GH #1031: Remove context from Manual:
      adds  6a4f502   reflect changes
      adds  25bdf2b   Merge branch 'docs/gh-1031'
      adds  13cd971   As per issue #1273, Test::Perl::Critic should only be an author test
      adds  4b0a97b   reflect changes
      adds  5d66c4b   Merge branch 'pr/test_perl_critic'
      adds  e4e76bb   fix wrong re check against $_ (+ merge to neg. look-ahead)
      adds  23a3fa5   reflect changes
      adds  27393e3   Merge branch 'mickey/app_fixes'
      adds  e0079de   Update list of contributors.
      adds  74a490f   v0.204001
      adds  a59d2a7   New upstream version 0.204001+dfsg
       new  afa08b9   Merge tag 'upstream/0.204001+dfsg'
       new  8a33b0f   Update debian/changelog
       new  642c5b9   Refresh remove-eumm-version-req.patch (offset).
       new  8e71ad5   Update build dependencies.
       new  565b870   releasing package libdancer2-perl version 0.204001+dfsg-1

The 5 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                                           |  21 ++++
 MANIFEST                                          |   1 +
 META.json                                         | 120 +++++++++----------
 META.yml                                          | 117 +++++++++---------
 Makefile.PL                                       |   6 +-
 cpanfile                                          |   2 +-
 debian/changelog                                  |   8 ++
 debian/control                                    |   2 -
 debian/patches/remove-eumm-version-req.patch      |   6 +-
 lib/Dancer2.pm                                    |   5 +-
 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                          |   8 +-
 lib/Dancer2/Core.pm                               |   4 +-
 lib/Dancer2/Core/App.pm                           |   6 +-
 lib/Dancer2/Core/Cookie.pm                        |   4 +-
 lib/Dancer2/Core/DSL.pm                           |  18 ++-
 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                       |   4 +-
 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                   |   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                 |   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                          |   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                            | 140 +++++-----------------
 lib/Dancer2/Manual/Deployment.pod                 |   2 +-
 lib/Dancer2/Manual/Migration.pod                  |   2 +-
 lib/Dancer2/Manual/Testing.pod                    |   2 +-
 lib/Dancer2/Plugin.pm                             |   4 +-
 lib/Dancer2/Plugins.pod                           |   2 +-
 lib/Dancer2/Policy.pod                            |   2 +-
 lib/Dancer2/Serializer/Dumper.pm                  |   4 +-
 lib/Dancer2/Serializer/JSON.pm                    |  16 ++-
 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                          |   2 +-
 script/dancer2                                    |   2 +-
 t/00-report-prereqs.dd                            |   4 +-
 t/author-no-tabs.t                                |   1 +
 t/disp_named_capture.t                            |  33 +++--
 t/dsl/{app.t => json.t}                           |   8 +-
 80 files changed, 368 insertions(+), 382 deletions(-)
 copy t/dsl/{app.t => json.t} (55%)

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