[libdancer2-perl] annotated tag upstream/0.200002+dfsg created (now e029b9f)

gregor herrmann gregoa at debian.org
Tue Jun 28 19:13:52 UTC 2016


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

gregoa pushed a change to annotated tag upstream/0.200002+dfsg
in repository libdancer2-perl.

        at  e029b9f   (tag)
   tagging  6e602cb9a574d8afd5ff17eaa6f152d9698678ea (commit)
  replaces  upstream/0.200000+dfsg
 tagged by  gregor herrmann
        on  Tue Jun 28 20:57:08 2016 +0200

- Log -----------------------------------------------------------------
Upstream version 0.200002+dfsg

Andrew Beverley (4):
      Fix heading indentation
      Remove copyright. This appears to be added later on build, causing duplicate entries
      Group all Apache config options together
      Add more detail to CGI and FastCGI Apache options

Damien Krotkine (3):
      Removed the usage of AUTOLOAD in the Dancer2::Plugin code.
      simpler version of register_plugin
      Merge branch 'plugins-yanick'

David Precious (2):
      No warning if optional megasplat not present.
      Test optional megasplat behaviour

James McCoy (1):
      Fix spelling mistakes detected by codespell

Jason A. Crome (3):
      Add a link to authoring a plugin.
      Replaced out-of-date plugin authoring info with a relevant link.
      Updated list of contributors.

Jason Lewis (1):
      change <tt> to <span> in skel

Michael Kröll (1):
      Do not set wrong (character based) Content-Length.

Mohammad S Anwar (1):
      - Fixing missing prereqs as reported by CPANTS:

Peter Mottram (10):
      FileUtils::normalize_path should handle more than 2 concurrent '..'
      remove 'use Cwd' from FileUtils since it is not used.
      remove use of ... (yada-yada) operator introduced in Perl v5.12
      add {} to sub plugin_setting in Plugin - needed by Perl 5.8
      template and session engines receive incorect log_cb on build
      switch from MooX::Types::MooseLike to Type::Tiny
      update prereqs for Type::Tiny (with optional ::XS)
      include type in expected regexp in types.t
      Update plugin tests to stop deprecation warnings.
      Stop using Test::Deep since we don't declare it as a build dep

Peter Mottram (SysPete) (5):
      Switch tp Dancer2::Core::Types in Response::Delayed
      fixup test errors due to different exception message with Type::Tiny
      simplify and speedup some types
      add explicit dep on Sub::Quote
      add Type::Tiny::XS to Manual and Manual::Migration

Philippe Bricout (2):
      before_template vs before_template_render
      before_template_render in tutorial

Russell Jenkins (94):
      Add @Grimy to list of contributors
      reflect changes
      Merge branch 'docs/utf8_import'
      reflect changes
      Merge branch 'bigpresh/d1_issue_1144/warning_on_optional_megasplat'
      Call engine.logger.* hooks around logging a message
      reflect changes
      Merge branch 'feature/logger_hooks'
      reflect changes
      Merge branch 'docs/spelling_typos_thx_debian'
      Add James McCoy to list of contributors
      reflect changes
      Merge branch 'jamessan-spelling-fixes'
      Remove Test::WWW::Mechanize::PSGI
      Add Exporter::Tiny as a prerequisite
      Update template content for autopage test
      Add Michael Kröll as a contributor
      Update docs on writing your own handlers
      reflect changes
      Merge branch 'pepl-autopage_content-length'
      Add Jason Lewis as a contributor
      reflect changes
      Merge branch 'jasonblewis-change_tt_to_span_in_skel'
      reflect changes
      Merge branch 'vlyon/cleaner-default-error'
      Rename response header keywords
      Use renamed response header keywords in tests
      Add `request_header` keyword
      Test for `request` and `request_header` keywords
      Update docs with added/revised header keywords
      Comment deprecation warning on existing keywords
      reflect changes
      Merge branch 'feature/request_response_headers'
      Update changes
      Ensure megasplat keeps empty trailing fields
      Update route tests with new megasplat behaviour
      Add @miyagawa to list of contributors
      reflect changes
      Merge branch 'bugfix/inconsistent_megasplat_split'
      reflect changes
      Merge branch 'fix/correct_log_cb_on_engine_build'
      Dont use private methods for body param passing
      reflect changes
      Merge branch 'bugfix/request_body_param'
      Changelog entry for merge of Dancer2::Plugin2
      Merge branch 'feature/changelog_plugin2'
      reflect changes
      Merge branch 'feature/module-runtime'
      Test case for template as a global keyword
      Ensure a request exists before checking for a session
      reflect changes
      Merge branch 'feature/global-template-keyword'
      test to verify proxy behaviour when using forward
      Copy is_behind_proxy setting into new request on forward
      reflect changes
      Merge branch 'bugfix/forward_proxy'
      Dont call private method for query params
      reflect changes
      Merge branch 'bugfix/plack_query_params'
      Migrate send_as functionality into core
      Add tests for send_as keyword
      Document send_as keyword
      Remove trailing whitespace
      Special case handling of "send_as HTML"
      send_as error condition tests
      Update Manual.pod with reworked send_as semantics
      reflect changes
      Merge branch 'fix/silence_plugin2_deprecation_warnings_in_tests'
      Reword logged error if serializaiton fails
      reflect changes
      Merge branch 'bugfix/serializer_error_message'
      Reword logged error if deserializaiton fails
      reflect changes
      Merge branch 'bugfix/deserialize_error_message'
      Add test for plugins in alternate namespaces
      Remove Dancer2::Plugin from REF regex
      with_plugin allows '+' prefix'd full class names
      typo fixes: need singular 'with_plugin'
      Check that the object isa Dancer2::Plugin
      Plugin hook test in non Dancer2::Plugin namespace
      plugin->execute_plugin_hook handles full class names
      reflect changes
      Merge branch 'bugfix/plugin_namespaces'
      reflect changes
      Merge branch 'fix/gh-1176-remove-test-deep'
      reflect changes
      Merge branch 'docs/plugin2-doc-fixes'
      Add veriant of test gtom GH#1018
      Add Ruben Amortegui as a contributor
      reflect changes
      Merge branch 'tests/gh-1018_execute_hook_counts'
      Add Philippe Bricout to list of contributors
      reflect changes
      Merge branch 'docs/brxfork_before_template'

Sawyer X (74):
      reflect changes
      Merge branch 'fix/gh-1102'
      reflect changes
      Merge branch 'cpants-missing-prereqs'
      Removing MooX::ClassAttibute:
      Support old syntax:
      Make sure keywords are available:
      Support registering hooks with "register_hook":
      Support old non-fully-qualified execution using hook aliases:
      Implement additional necessary helpful methods:
      Replace characters for hook names with /g:
      Add convenience method: execute_plugin_hook:
      Move execute_plugin_hook() from Hookable role to Plugin:
      Register hooks without instantiating hooks ahead of time:
      More plugin DSL and methods:
      Use Dancer2::Plugin instead of Dancer2::Plugin2:
      Rename with proper prefix:
      use EXPR map
      Save the hooks instead of regenerating list every time:
      Move Plugin2.pm as Plugin.pm
      use the proper prefix for plugins
      Use the proepr class name for control of DSL:
      Don't import compat-layer DSL with 'no_dsl' import flag:
      clarify text
      Do not ruin arguments for future candidates:
      Run all iterations properly and return:
      Allow plugin classes with colons, allow non-fully qualified names:
      Remove unnecessary hack:
      Less crazy (and more reliable) hack + merge configs:
      Double check that app was imported:
      meaningful names so i can keep track
      typo
      remove uninitialized warning if no config available
      Localize current plugin when run from import time callbacks:
      uh.. yeah, yet another uninitialized plugin instance error fixed
      whoops, shouldn't be here
      Silence warning for now:
      Check `no_server_tokens` in config file, fixes GH #1046:
      reflect changes
      Merge branch 'fix/no_server_token-config'
      reflect changeg
      Merge branch 'fastcgi-docs'
      Fix GH #1153, correct POD
      Remove superfluous header
      Update README with contributors while at it
      Merge branch 'fix/gh-1153'
      reflect changes all too late
      v0.166001_01
      v0.166001_02
      Replace Class::Load with Module::Runtime:
      Use Module::Runtime::require_module to support older perls better:
      Make template keyword global (GH #1159):
      line break
      reflect changes
      Merge branch 'fix/deployment_pod'
      reflect change
      Merge branch 'feature/type_tiny'
      v0.166001_03
      v0.166001_04
      Require Type::Tiny 0.008 for InstanceOf and Enum:
      Fix some more failing tests:
      Merge branch 'fix/tests'
      Lowercase *html* in `send_as` and check for possible typos:
      reflect changes
      Merge branch 'feature/send_as_rebased'
      v0.200000
      reflect change
      Merge branch 'fix/strict-barewords'
      v0.200001
      Tidy a bit
      Make vars available in forwarded requests as well:
      reflect changes
      Merge branch 'fix/vars-in-forward'
      v0.200002

Stefan Hornburg (Racke) (2):
      Fix two typos in hook wrapper comment.
      Add test file demonstrating problem described in #1083.

Tony Cook (1):
      don't use barewords under use strict

Varadinsky (1):
      Pod update: List apache modules with apachectl -M

Vernon Lyon (1):
      Use a table for the error stacktrace & show 5 lines of context

Victor Adam (1):
      document exporting the utf8 pragma

Yanick Champoux (37):
      Plugin2
      documentation
      documentation! AND TESTS!
      document app() and config()
      typo
      add 'plugin_keywords' keyword
      was missing quotes
      adding hook support
      don't need the eval anymore
      ':app' is now implicit
      documentation
      allow 'from_config' in has
      from_config being a coderef
      accept synonyms in the keyword list
      Don't use 5.10.0
      don't even need the 'no_app'
      add MooX::ClassAttribute
      plugin's config returns empty hashref if not present
      document testing trick
      documentation for #1029
      improve the example
      keywords as function tags or attributes
      documentation
      move docs at the end
      test for keyword definitions
      cleanup
      use Attribute::Handlers directly
      cleanup
      more tests
      deal with the p2_has fun with an 'around'
      hooks were all put in the same namespace
      add section about hooks
      remove debugging statement
      document and tweak 'with_plugin'
      moved tests for plugin2
      test that ensure each plugin object gets its right app
      fix test

gregor herrmann (2):
      Fix spelling mistakes in POD
      Imported Upstream version 0.200002+dfsg

-----------------------------------------------------------------------

No new revisions were added by this update.

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