[libcatalyst-perl] branch master updated (95c9ce6 -> 0cf8368)

Nick Morrott nickm-guest at moszumanska.debian.org
Sun Jul 24 23:31:43 UTC 2016


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

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

      from  95c9ce6   Update debian/changelog file
      adds  e4fc370   Imported Upstream version 5.90111
       new  a84a888   Merge tag 'upstream/5.90111'
       new  2fde139   Bump Standards-Version to 3.9.8 (no changes)
       new  685020a   Remove unnecessary versioned dependencies and resort (cme fix)
       new  431461d   d/copyright: update email addresses for Kieren Diment and Will Hawes (duck)
       new  6381038   Update spelling.patch
       new  b71241d   Add myself to Uploaders
       new  0cf8368   Releasing package libcatalyst-perl version 5.90111-1

The 7 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:
 .../lib/TestMiddleware/share/static2/message2.txt  |   1 -
 .../lib/TestMiddleware/share/static3/message3.txt  |   1 -
 Changes                                            |  43 +++++++
 MANIFEST                                           |  16 +--
 META.yml                                           |  68 +++++------
 debian/changelog                                   |  13 +-
 debian/control                                     |  25 ++--
 debian/copyright                                   |   4 +-
 debian/patches/spelling.patch                      |  13 +-
 lib/Catalyst.pm                                    | 133 ++++++++++++++++-----
 lib/Catalyst/Action.pm                             |  26 ++--
 lib/Catalyst/Controller.pm                         |   4 +
 lib/Catalyst/Delta.pod                             |  17 +++
 lib/Catalyst/DispatchType/Chained.pm               |  25 +++-
 lib/Catalyst/Dispatcher.pm                         |   8 +-
 lib/Catalyst/Engine.pm                             |  16 ++-
 lib/Catalyst/Response.pm                           |  18 ++-
 lib/Catalyst/Runtime.pm                            |   2 +-
 t/args-empty-parens-bug.t                          |   4 +-
 t/bad_warnings.t                                   |  71 +++++++++++
 t/class_traits.t                                   |  10 +-
 t/{class_traits.t => class_traits_CAR_bug.t}       |  30 ++---
 t/execute_exception.t                              |  60 ++++++++++
 t/lib/TestAppArgsEmptyParens.pm                    |   3 +
 t/unicode-exception-bug.t                          |  76 ++++++++++++
 t/unicode-exception-return-value.t                 |  96 +++++++++++++++
 t/useless_set_headers.t                            |  67 +++++++++++
 t/utf_incoming.t                                   |  61 ++++++++++
 28 files changed, 775 insertions(+), 136 deletions(-)
 delete mode 100644 Catalyst-Runtime-5.90103/t/lib/TestMiddleware/share/static2/message2.txt
 delete mode 100644 Catalyst-Runtime-5.90103/t/lib/TestMiddleware/share/static3/message3.txt
 create mode 100644 t/bad_warnings.t
 copy t/{class_traits.t => class_traits_CAR_bug.t} (60%)
 create mode 100644 t/execute_exception.t
 create mode 100644 t/unicode-exception-bug.t
 create mode 100644 t/unicode-exception-return-value.t
 create mode 100644 t/useless_set_headers.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