[libcatalyst-perl] branch master updated (5dfc645 -> 4b46408)

gregor herrmann gregoa at debian.org
Tue Jul 11 18:48:02 UTC 2017


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

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

      from  5dfc645   Releasing package libcatalyst-perl version 5.90114-1
      adds  1ecc166   fixed incorrect eval for skip
      adds  ce3b4f1   prep next release
      adds  afa7a6c   role test case
      adds  fc03611   Added tests for (currently failing) type constraint controller actions
      adds  50b07d6   Forgot the type module
      adds  5905140   test cases for type constraints in roles and superclasses
      adds  878f627   Add test that env does not get trampled
      adds  bde334d   resolve conflict
      adds  5e7e6b2   fix issues with middleware stash localizing stuff
      adds  f4d7cf1   adding docs
      adds  a521afc   debug version
      adds  d2995a7   change the way we do this logic for older perl compat
      adds  eb1f418   Die in engine if prepare_body writing to psgi.input fails.
      adds  efc1a69   Merge branch 'check_return_of_write_to_psgi_input' of https://github.com/billmoseley/catalyst-runtime into billmoseley-check_return_of_write_to_psgi_input
      adds  b8ef930   update merge
      adds  a0b5065   t push origin masterMerge branch 'billmoseley-check_return_of_write_to_psgi_input'
      adds  a8020c6   Avoid warning when path argument for uri_for is not defined
      adds  7064f69   Test uri_for with path = 0
      adds  132a6d5   Merge branch 'warn-on-uri-for' of https://github.com/melmothx/catalyst-runtime into melmothx-warn-on-uri-for
      adds  5709366   Merge branch 'melmott push origin masterhx-warn-on-uri-for'
      adds  e43b00f   updated changes
      adds  79fb8f9   Fix spelling errors and update spelling exceptions
      adds  5e967ae   Merge branch 'pr/fix-spelling' of https://github.com/paultcochrane/catalyst-runtime into paultcochrane-pr/fix-spelling
      adds  2b2fbd0   Merge branch 'paultcochrane-pr/fix-spellt push origin mastering'
      adds  b29d02f   doc updates
      adds  3b5f9eb   `controller|mode|view` will return component…
      adds  950282b   Tests for `uri_for` called as class method.
      adds  6fcd837   Merge remote-tracking branch 'upstream/master'
      adds  1f8714f   merged
      adds  b8373df   Merge branch 'cngarrison-master't push origin master
      adds  dd6a9f2   Fixed :Path() empty brackets attribute not registering action. Fixes: #104
      adds  43b44b3   Args() wasn't being processed as unlimited number of args, due to attributes->{'Args'} no longer being not defined.
      adds  161710a   Merge branch '104-path_empty_brackets' of https://github.com/grim8634/catalyst-runtime into grim8634-104-path_empty_brackets
      adds  46aec55   Merge branch 'grim8634-104-path_empty_brackets't push origin master
      adds  2f0f7ba   updated changes
      adds  36bac47   get catalyst passing tests again
      adds  e459bd0   preserve $c->state
      adds  fe16aca   Applied patch from debian RT #106385
      adds  d476408   Applied spelling fix from comment on RT #106386
      adds  1c20c63   Test for recent regression parsing Args()
      adds  1d00b2f   Revert incorrect fixes for parsing of attributes with empty parens
      adds  698e6f1   Parse attributes with empty parens as undef
      adds  bd6018c   switch list_extra_info back to using real Args value
      adds  4c71cf1   fixed reportred regression on auto actions
      adds  9fd69e1   update travis
      adds  03eb666   fixup speling erors
      adds  ed906c9   bump autoclean dep
      adds  ed60d91   0.090103 release commit
      adds  0d6aa16   Fix file uploads with utf8 form field names. RT#113486
      adds  c9bea4a   Merge branch 'wolfsage-topic/rt-113486-utf8-named-file-uploads'
      adds  356e750   use normalized args to silence warnings in DEBUG mode
      adds  5dd46e2   separate arg compare from display better
      adds  fbd5d4f   Merge branch 'topic/debug_warnings'
      adds  163b3de   documention for cpan release
      adds  8ae5aab   lets see if we can silence the error strawberry perl is upchucking
      adds  2d4da72   improved req/res/stats trait composing
      adds  68b4cae   Add test case for $c->state and exceptions inside $c->execute
      adds  dad411d   Merge branch 'execute_exception' of https://github.com/cventers/catalyst-runtime into cventers-execute_exception
      adds  33e9a6a   Merge branch 'cventers-execute_exception'
      adds  cc7af07   fixed reported c->state regression
      adds  fd1fe4c   set new version for release
      adds  18adb1e   fix noisy logs with header set aftger finalize
      adds  3a079e1   compose req/res/stats class much much ;ater
      adds  3785afa   added info to Delta file
      adds  0f0fedb   set correct %INC
      adds  7e8c3af   fix for debug regression caused by commit 5dd46e24eedec447bdfbc4061ed683b5a17a7b0c
      adds  5df9a4c   release
      adds  33b21ee   example short circuit prepare phase
      adds  058e407   trap http exceptions in prepare response phase
      adds  93dd50c   documentation patch (edited by jnap)
      adds  9206d78   Added failing tests for invalid UTF-8
      adds  33d3ae6   Merge branch 'melmothx-invalid-get-param-unicode' into unicode-exception-issue
      adds  103f2d9   query not checks unicode like post and args
      adds  ef52d28   make sure we are explicit in the return
      adds  de2e9a6   prep release
      adds  f6ddb2f   Document and test what handle_unicode_exception is supposed to return
      adds  7374d0c   Be clearer about the return value of handle_unicode_exception
      adds  46cb932   Merge pull request #144 from melmothx/unicode-exceptions
      adds  bde75a9   version info for release
      adds  a050c28   test case for reported regression
      adds  4dee909   Prevent error on param encoding if encoding is not specified
      adds  0fb9642   speeling fixes from Debian
      adds  d7325e0   sort controllers in setup_actions
      adds  518b619   test case and proposed fix
      adds  6e3dd95   docs and allow ../
      adds  be57189   for people that do silly things
      adds  14b0dab   Merge branch 'topic/evilstash'
      adds  ffe72ea   documented changes
      adds  d86c0bd   weaken evil hack
      adds  0fd0114    Tests for double dot bug
      adds  2419db2   Add Travis Perl 5.22 and 5.24
      adds  49b1808    Modify travis.yml
      adds  70355b3   Merge branch 'jegade-master'
      adds  86de687   proposed fix to endless bug
      adds  7213dd0   proposed new release
      adds  a108569   investigage SSimple
      adds  59e4fb5   update changlog
      adds  c8e0714   Fix ensure_class_loaded in Catalyst::ScriptRole
      adds  eb67e0f   use simpler code syntax in pod
      adds  2aba16c   do not require MXRWO if Moose is new enough to have cored it
      adds  4fdd5f2   add comment for web UI to git repo
      adds  f65b6e9   catch Changes up to date with master changes
      adds  32e6682   Added a further hint for how to turn off automatic encoding.
      adds  0bbaa07   Merge branch 'colin/encoding_doc' of https://github.com/colinnewell/catalyst-runtime into colinnewell-colin/encoding_doc
      adds  fdd24cf   t push origin masterMerge branch 'colinnewell-colin/encoding_doc'
      adds  3c1716e   sync changes with patch
      adds  b914d35   Updated doc and provided tests for abort_chain_on_error_fix
      adds  3ac082e   Merge branch 'abort-chain-doc-and-test' of https://github.com/melmothx/catalyst-runtime into melmothx-abort-chain-doc-and-test
      adds  cfc5812   Merge branch 'melmott push origin masterhx-abort-chain-doc-and-test'
      adds  22e4231   fixes debug output of body and query parameters with multiple values when use_hash_multivalue_in_request is used.
      adds  db74897   Merge branch 'master' of https://github.com/tremor69/catalyst-runtime into tremor69-master
      adds  b1cebb2   Merge branch 'tremor69-master't push origin master
      adds  e2ed6ad   sync changes with patch
      adds  b4ed26f   Change behaviour for terminal width detection
      adds  d4c085d   Merge branch 'master' of https://github.com/simonamor/catalyst-runtime into simonamor-master
      adds  586eddf   Merge branch 'simonamor-master't push origin master
      adds  f7f3681   sync changes with patch
      adds  6bd163d   update readme
      adds  19846a6   removed badges for now until I can make them work
      adds  71e6550   New upstream version 5.90115
       new  c8594c3   Updated version 5.90115 from 'upstream/5.90115'
       new  090fa61   Update debian/changelog
       new  be2b8d6   Add Repository-Browse to debian/upstream/metadata.
       new  145966b   Update (build) dependencies.
       new  05107ac   Update years of packaging copyright.
       new  0590ae1   Declare compliance with Debian Policy 4.0.0.
       new  d223483   Add a patch to fix spelling mistakes in the POD.
       new  4b46408   releasing package libcatalyst-perl version 5.90115-1

The 8 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                                  | 11 +++++++
 MANIFEST                                 |  3 ++
 META.yml                                 |  3 +-
 Makefile.PL                              |  3 +-
 debian/changelog                         | 11 +++++++
 debian/control                           |  6 ++--
 debian/copyright                         |  2 +-
 debian/patches/series                    |  1 +
 debian/patches/spelling.patch            | 29 +++++++++++++++++
 debian/upstream/metadata                 |  1 +
 lib/Catalyst.pm                          | 55 ++++++++++++++++++++------------
 lib/Catalyst/Component/ContextClosure.pm |  2 +-
 lib/Catalyst/DispatchType/Chained.pm     |  4 +--
 lib/Catalyst/Exception/Basic.pm          |  4 ++-
 lib/Catalyst/Exception/Interface.pm      |  4 ++-
 lib/Catalyst/Runtime.pm                  |  2 +-
 lib/Catalyst/ScriptRole.pm               |  7 ++--
 lib/Catalyst/Utils.pm                    |  5 ++-
 t/abort-chain-1.t                        | 50 +++++++++++++++++++++++++++++
 t/abort-chain-2.t                        | 51 +++++++++++++++++++++++++++++
 t/abort-chain-3.t                        | 51 +++++++++++++++++++++++++++++
 21 files changed, 266 insertions(+), 39 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 t/abort-chain-1.t
 create mode 100644 t/abort-chain-2.t
 create mode 100644 t/abort-chain-3.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-perl.git



More information about the Pkg-perl-cvs-commits mailing list