[libcatalyst-perl] branch master updated (596c169 -> d8c6445)

gregor herrmann gregoa at debian.org
Sat Oct 31 16:54:37 UTC 2015


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

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

      from  596c169   releasing package libcatalyst-perl version 5.90101-1
      adds  455b633   Imported Upstream version 5.90102
       new  7f889f8   Merge tag 'upstream/5.90102'
       new  96e4147   Update debian/changelog
       new  89cf01a   Drop spelling.patch, merged upstream.
       new  d8c6445   releasing package libcatalyst-perl version 5.90102-1

The 4 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                                  |  7 +++
 META.yml                                  |  2 +-
 debian/changelog                          |  7 +++
 debian/patches/series                     |  1 -
 debian/patches/spelling.patch             | 58 ---------------------
 lib/Catalyst.pm                           | 52 ++++++++++++------
 lib/Catalyst/Action.pm                    | 13 +++--
 lib/Catalyst/Component.pm                 |  6 +--
 lib/Catalyst/Contributing.pod             |  4 +-
 lib/Catalyst/Controller.pm                | 20 +++++--
 lib/Catalyst/Delta.pod                    | 12 ++---
 lib/Catalyst/Dispatcher.pm                |  1 +
 lib/Catalyst/Middleware/Stash.pm          |  2 +-
 lib/Catalyst/Request.pm                   |  5 +-
 lib/Catalyst/RouteMatching.pod            | 14 ++---
 lib/Catalyst/Runtime.pm                   |  2 +-
 lib/Catalyst/UTF8.pod                     |  2 +-
 lib/Catalyst/Upgrading.pod                | 18 +++----
 t/aggregate/unit_core_component_loading.t | 16 ++++--
 t/aggregate/unit_core_uri_for.t           | 80 +++++++++++++++++++++++++++-
 t/aggregate/unit_core_uri_for_action.t    | 40 ++++++++++++++
 t/author/spelling.t                       | 10 +++-
 t/lib/TestPath.pm                         |  8 +++
 t/lib/TestPath/Controller/Four.pm         | 12 +++++
 t/lib/TestPath/Controller/One.pm          | 12 +++++
 t/lib/TestPath/Controller/Three.pm        | 12 +++++
 t/lib/TestPath/Controller/Two.pm          | 12 +++++
 t/path_action_empty_brackets.t            | 30 +++++++++++
 t/state.t                                 | 87 +++++++++++++++++++++++++++++++
 30 files changed, 432 insertions(+), 124 deletions(-)
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 t/lib/TestPath.pm
 create mode 100644 t/lib/TestPath/Controller/Four.pm
 create mode 100644 t/lib/TestPath/Controller/One.pm
 create mode 100644 t/lib/TestPath/Controller/Three.pm
 create mode 100644 t/lib/TestPath/Controller/Two.pm
 create mode 100644 t/path_action_empty_brackets.t
 create mode 100644 t/state.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