[libdancer2-perl] branch master updated (e03b3c1 -> 1310b02)

gregor herrmann gregoa at debian.org
Sun Sep 4 13:20:16 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  e03b3c1   New upstream release, ready for review
      adds  c598c4c   Spelling fix (thanks, Gregor!).
      adds  cacc5d0   reflect changes
      adds  f96f132   Merge branch 'fix-spelling-in-plugin'
      adds  32acf44   Session::YAML should not accept bad session cookie value from client
      adds  accccaa   remove some cruft from session_bad_client_cookie.t
      adds  5e00d3e   reflect changes
      adds  eb6a980   Merge branch 'fix/refuse_bad_client_cookie'
      adds  e6aa957   Require accepted version range for YAML.pm.
      adds  37e21df   reflect changes
      adds  f3920b7   Fixed YAML prereq.
      adds  2546ff5   v0.200003
      adds  90fa17a   Simplify YAML version range dep using != 1.16
      adds  e975c5d   Merge branch 'yaml_dep_change'
      adds  1697e38   Fix config option name
      adds  79c45f1   reflect changes
      adds  0abd074   Merge branch 'fix/config-option-name'
      adds  a15af25   Fix POD in documentation
      adds  71fbd84   reflect changes
      adds  c30e2d1   Merge branch 'fix/pod-docs'
      adds  68119e4   include failure reason in error message from open_file (#1187)
      adds  108d0e7   Add test supplied by SysPete
      adds  e3b0615   Update changes
      adds  2c3e098   Merge branch 'fix/error-msg'
      adds  3f852b1   prune t/sessions using PruneFiles dzil plugin
      adds  677c841   reflect changes
      adds  f820d35   Merge branch 'cleanup/session-dir'
      adds  c785411   added show_privates option
      adds  37fc094   reflect change
      adds  e62040d   Merge branch 'feature/show_privates'
      adds  4b4317e   Correct bad brackets in Dancer2::Manual display of views/login.tt
      adds  713e8af   Reflect changes
      adds  2278c28   Merge branch 'jkeenan-dancer2-manual-login-tt'
      adds  ecebdfb   Add documentation index to dancer2 docs
      adds  620eec3   Remove import and example from docs
      adds  0a5c512   reflect changes
      adds  117c567   Merge branch 'bentglasstube-master'
      adds  e70bf7b   Provide correct arguments for 'set views' and 'set public_dir'.
      adds  ff31503   reflect changes
      adds  4e7a1e9   Merge branch 'jkeenan/manual_set_views'
      adds  b6e094d   Merge changes from unindexed version
      adds  8a4fd44   v0.200003
      adds  895e767   Make clearer how params merging works
      adds  9a73390   Example was misleading
      adds  0745c27   Explain warnings against params and be more consistent about recommending alternatives
      adds  0bda7db   Update contributors.
      adds  2c8f05b   reflect changes
      adds  51f8ba1   Merge branch 'docs/params-patch-1213'
      adds  ae52e62   Move serializer from JSON to MaybeXS
      adds  bd53bf6   Update dist requirements
      adds  aade14c   Require JSON in test file
      adds  9b8d335   Changed tests to use encode_json instead of to_json.
      adds  4297a84   reflect changes
      adds  b6bd62b   Merge branch 'move-to-maybe-xs'
      adds  ce17727   Remove old unused env var DANCER2_SHARE_DIR.
      adds  bb5cbc8   reflect changes
      adds  b37fe8a   Merge branch 'gh-1215'
      adds  7724a70   Move @syspete to core dev team
      adds  07dd64e   reflect changes
      adds  e2bd073   Merge branch 'docs/list_syspete_in_core'
      adds  c9c6faf   Add test case for GH #1216:
      adds  1e4ad0f   Call DSL from plugin on the consumer class:
      adds  0141fe1   reflect changes
      adds  d5d2150   Merge branch 'fix/gh-1216'
      adds  50f7795   Introduce 'appdir' terminology before its first use.
      adds  001f3cb   reflect changes
      adds  de30167   Merge branch 'introduce_appdir'
      adds  0e7b711   Per request, remove xdg from core dev list.
      adds  4155fd7   reflect changes
      adds  7f9fff8   Merge branch 'update-core-devs'
      adds  e2e18bd   fix logging shows wrong linenumber
      adds  afac0cb   Add Masaaki Saito to the list of contributors.
      adds  d26c8a1   reflect changes
      adds  d6e786a   Merge branch 'fix_logger_linenumber'
      adds  5f9012d   v0.200004
      adds  bba66df   v0.201000
      adds  9508fa2   Add a test for memory cycles with plugins:
      adds  2297d08   Fix memory leak with cyclic references:
      adds  b8f6776   reflect changes
      adds  e92afe6   Merge branch 'fix/plugin-memory-leak'
      adds  c923824   Revert feature/type_tiny so we use MooX::Types::MooseLike (see #1180)
      adds  ba1e469   Don't add specific message for core dancer object type checks
      adds  677fda1   Add back tests for Hook and ReadableFilePath
      adds  a2850cc   reflect changes
      adds  ba74625   Merge branch 'bugfix/revert_type_tiny'
      adds  2888bd9   Merge if statements into a single compound statement in Request::_decode.
      adds  2e7967e   Add ability to decode Hash::MultiValue to _decode method in Request
      adds  a23cbca   Update parameters tests to expect *_parameters keywords to decode params
      adds  b61a8e6   The various *_parameters keywords should decode values.
      adds  b48a5ee   reflect changes
      adds  1d62e51   Merge branch 'fix/gh-1192'
      adds  c8ea9bf   Add YAML::XS to Recommends.
      adds  e7eadba   reflect changes
      adds  48c6a7d   Merge branch 'pr/add-yaml-xs-to-recommends'
      adds  28f3dff   update pod noting that plugin's config is immutable after 1st read
      adds  9c1fc15   reflect changes
      adds  75a01c4   Merge branch 'plugin2_immutable_config'
      adds  13cd7e9   dancer2 -a produces different files now; in examples, Consistently use MyApp instead of mywebapp / MyWebApp
      adds  ece91be   reflect changes
      adds  a48cdff   Merge branch 'docs/make_manual_consistent_1222'
      adds  444d700   add HTTP::CookiesXS to prereqs/recommends
      adds  1862673   Optional use of HTTP::XSCookies in Core::Request
      adds  47a0257   Use HTTP::XSCookies in Core::Cookie if available.
      adds  66131af   add tools/cookie_perf.pl for cookie performance testsing
      adds  13ce467   select crush_cookie flavour during complile of Core::Cookie
      adds  d98e083   Dancer::Test must push Cookie set in request_from_env back into $ENV
      adds  76470c4   update dancer-test.t to run header test with and without XSCookies
      adds  85b82f3   Clean up tests:
      adds  f41de89   reflect changes
      adds  c6d61b5   Merge branch 'feature/xs_cookies'
      adds  34e2006   Allow register_plugin() to pass @_ properly:
      adds  61b4673   reflect changes
      adds  ae460b4   Merge branch 'fix/register-plugin'
      adds  f6b4731   Bring the dealing with sub attributes in the BEGIN stage
      adds  3d1082d   sub attribute doesn't work with 5.10
      adds  0091911   reflect changes
      adds  41e5ed1   Merge branch 'plugin-keyword-attribute'
      adds  caa122f   Add tests for GH #1266:
      adds  e90bb53   Refactor consumer finding functions:
      adds  dc3de47   Provide "dsl" method to access the DSL object:
      adds  b7851c1   Remove redefined warning
      adds  5a9c699   Make it work on proper D2P2 syntax:
      adds  d5f9726   Do not require plugins loaded from apps:
      adds  19c38a5   reflect changes
      adds  9a9d3c6   Merge branch 'fix/gh-1226'
      adds  bbac503   Tests for GH #1230:
      adds  d9ee5db   Allow import of plugins' DSL into other plugins (and more):
      adds  9e301f0   Safer version:
      adds  f98b1ae   Add documentation for how Plugin2 changes work.
      adds  baa2749   reflect changes
      adds  9775d00   Merge branch 'fix/gh-1230'
      adds  6041b36   v0.202000
      adds  143c09f   Fix "actully" typo in migration manual.
      adds  9a3709a   Mention method to retrieve whole session hash in migration documentation.
      adds  d74f39a   reflect changes
      adds  ce9779f   Test case for #1232.
      adds  7586489   Deserialize body when request object instanciated.
      adds  af3c9b2   reflect changes
      adds  2f35794   Merge branch 'bugfix/body_data_parse'
      adds  08d9755   add initial `change_session_id` method to `Dancer2::Core::App`
      adds  6fe9f12   change_session_id returns the new session ID
      adds  a6d6bc3   test with Simple and YAML in session_lifecycle.t
      adds  1f16dcf   add new change_id method to SessionFactory role
      adds  92abf6e   add _change_id method to Session::Simple
      adds  775e58c   add _change_id method to Role::SessionFactory::File
      adds  a001d32   update App to use new change_id method in SessionFactory
      adds  eddc68d   add test class Dancer2::Session::SimpleNoChangeId
      adds  c562e22   add new hooks for change_session_id to session_hook.t
      adds  d7a1a63   add hook tests for session engine that has no _change_id method
      adds  d248815   Document change_id method in Role::SessionFactory
      adds  894616a   clear_destroyed_session immediately after destroy_session in change_id
      adds  b75a279   In change_session_id fallback don't copy id key into new session.
      adds  d4392a1   Revert "clear_destroyed_session immediately after destroy_session in change_id"
      adds  d6a6221   add comments explaining method call order in change_id fallback code
      adds  8e31bf9   reflect changes
      adds  79b8d11   Merge branch 'feature/change_session_id'
      adds  719f51e   add code_mapping, status_mapping and all_mappings
      adds  a0d1e0a   reflect changes
      adds  f7057e3   Merge branch 'http-codes'
      adds  5e2b38e   v0.203000
      adds  e3463d2   Specify minimum version of List::Util required
      adds  b508172   reflect changes
      adds  5ec1bed   Merge branch 'dzil/minimin_list_util'
      adds  1cc5b06   Replace Class::Load with Module::Runtime
      adds  059364e   reflect changes
      adds  3fa0d36   Merge branch 'bugfix/use_module_runtime'
      adds  48b4675   v0.203001
      adds  75e54bd   New upstream version 0.203001+dfsg
       new  d8cbef3   Merge tag 'upstream/0.203001+dfsg'
       new  90d21cb   Update debian/changelog
       new  5fb0b90   Refresh remove-eumm-version-req.patch (offset).
       new  a6d4a0e   Update Build-Depends-Indep and Recommends.
       new  1310b02   releasing package libdancer2-perl version 0.203001+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                                           |  10 ++
 META.json                                         | 117 +++++++++++-----------
 META.yml                                          | 117 +++++++++++-----------
 Makefile.PL                                       |   4 +-
 debian/changelog                                  |   8 ++
 debian/control                                    |   9 +-
 debian/patches/remove-eumm-version-req.patch      |   4 +-
 lib/Dancer2.pm                                    |   4 +-
 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                       |  12 +--
 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                            |   2 +-
 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                    |   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                          |   2 +-
 script/dancer2                                    |   2 +-
 t/00-report-prereqs.dd                            |   1 +
 75 files changed, 275 insertions(+), 251 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