[libcatalyst-controller-actionrole-perl] branch master updated (57ea1fc -> 92ad2d5)

gregor herrmann gregoa at debian.org
Mon Nov 30 19:02:10 UTC 2015


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

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

      from  57ea1fc   update changelog
      adds  7bd151e   Imported Upstream version 0.16
       new  f708219   Merge tag 'upstream/0.16'
       new  ba55225   Add debian/upstream/metadata
       new  4e6dbcb   Update debian/changelog
      adds  53859d2   Initial version.
      adds  8a109e8   Add basic tests.
      adds  36b2b33   Add .gitignore.
      adds  c7f4389   Rename ActionRole to Does. Remove MyActionRole.
      adds  3b23f82   Don't assume the controller class already has a metaclass.
      adds  4bd1318   Pass a hashref of arguments to the action constructor.
      adds  f4ca998   Moose already gives us strict and warnings.
      adds  507e327   Add some docs.
      adds  1335dce   Add more tests.
      adds  6f44cb8   Factor out expanding of role shortnames.
      adds  f225919   Allow applying roles to all actions of a controller by passing action_roles to the constructor.
      adds  46c7eec   Document action_roles.
      adds  c1cba8a   Don't build _action_role_prefix from _action_class.
      adds  141ba41   _action_class is class data, so setting it as a constructor argument does not do what we want.
      adds  c4d7498   Tests for action_roles.
      adds  8033c03   Workaround for Runtime 5.7.
      adds  446d165   Update docs.
      adds  ef78179   Add dzil config.
      adds  f62bff2   Ignore cpants generated file.
      adds  a1cbab1   Add changelog.
      adds  2a32c55   Don't use parent. Use the Moose way instead.
      adds  e4a2141   Version 0.02.
      adds  6ed7aa5   Add a FIXME comment.
      adds  edb5341   Add a testcase for not screwing up ActionClass attributes.
      adds  6f9931d   Don't screw up ActionClass attributes.
      adds  a820e14   Fix an ActionClass bug
      adds  4f47342   Merge commit 'jasonk/master'
      adds  14b4ae3   Version 0.03.
      adds  b5963b3   Remove moose component back-compat hack, depend on latest cat 5.7 instead.
      adds  730c672   Version 0.04_01.
      adds  75a911b   Replace BUILDARGS hack that also doesn't work with Catalyst 5.71001.
      adds  5a72bee   Add Hans Dieter Pearcey to AUTHORS.
      adds  d61f1d7   Version 0.05.
      adds  8f223d1   Don't depend on parent.pm for the tests.
      adds  8457677   Version 0.06.
      adds  a5ccbbc   add prefix search path for empty prefix
      adds  6e892f9   Changes and version bump for 0.07
      adds  f7e26a9   use PodPurler instead of Weaver for less disorganization
      adds  2d0462c   fix link
      adds  8b90c8e   Changes and version for 0.08
      adds  e37ed5a   Use ActionRole:: instead of Action::Role:: as the default role prefix.
      adds  8916284   Update documentation for the change role search prefix.
      adds  e13d7da   Version 0.09.
      adds  5bad892   Changelogging for 0.09.
      adds  c0f26f8   Version 0.10.
      adds  7e81027   fixed construct stage for catamoose
      adds  04e8d03   Exclude BUILD from pod coverage tests.
      adds  d00e8da   Version 0.11.
      adds  fd52846   Totally, epicly pukes everywhere when used with Action::REST
      adds  b715fbd   Change to not need an _action_role_prefix method, which allows me to pull the code out into a role (as there is no ClassData in a role)
      adds  b5a205a   Unneeded
      adds  26575a5   Fix test and only run with new Action::REST
      adds  58aa336   Fix to more correct method for getting the app class. Can't test this yet, as the canonical example ($self being an anon class) breaks due to other reasons currently..
      adds  cb3a8a1   Changelog and version bump
      adds  df4548f   Use native traits instead of the context-sensitive auto_deref to make our readers return lists, not array refs.
      adds  2fcf34c   Version 0.13.
      adds  352ee9c   Add dist metadata
      adds  fa577c1   Switch from PodPurler to PodWeaver.
      adds  5026aa1   Version 0.14.
      adds  fd9053f   added tests to check number of times roles are executed
      adds  ad04c75   Do not apply ActionRoles to /^_(DISPATCH|BEGIN|AUTO|ACTION|END)$/
      adds  1e0f1d1   Less confusion through better naming
      adds  50c5aac   Document how to configure using action/action_args
      adds  9dd7279   Honour action_args and test for that
      adds  3c296a9   Let Catalyst figure out the right action class
      adds  a794f68   Some documentation improvements
      adds  6f6bb59   Ensure controllers work when using parent.pm
      adds  e70ac8e   Factor out gather_action_roles for use by extensions
      adds  3393c75   Simplify logic slightly
      adds  c2487fd   Catalyst already loads the action class for us
      adds  d42d03a   Break out class generation
      adds  67552ee   use style;
      adds  f4083d2   Document gather_action_roles
      adds  cfce5c0   Give credit where credit is due
      adds  f8111cc   Convert to [@FLORA]
      adds  634ad6a   Port example code to Moose
      adds  9438571   Changelogging
      adds  3ac240a   Note why we need that catalyst version
      adds  6d513a1   Version 0.15
      adds  736be42   bump version to 0.16
      adds  b8116b0   use Class::Load instead of Class::MOP
      adds  046b52b   convert to my pluginbundle for greater sanity
      adds  f07dd93   clean up Changes formatting
      adds  9378844   added deprecation notice
      adds  43eca1d   fix typo (thanks dsteinbrunner!)
      adds  7e5f510   Catalyst-Controller-ActionRole-0.16
      adds  359b637   collapse back to [@Default] (we were not using the TYPES collector - the only extra bit)
      adds  81a8db0   now using [Git::Contributors]
      adds  b1d7f56   add x_deprecated to metadata
      adds  5a5fde5   minor grammar nit
      adds  288bcc5   declare proper authority
      adds  74501d7   spelling fix (RT#68744)
      adds  2301868   move deprecation notice higher in docs
      adds  6baa14e   shorten this pod snippet and move it up
      adds  207e166   switch from namespace::clean to namespace::autoclean
      adds  e946d48   add irc and mailing list info to metadata
      adds  175ac1f   Catalyst-Controller-ActionRole-0.17
      adds  3d8a199   Imported Upstream version 0.17
       new  4e84459   Merge tag 'upstream/0.17'
       new  08cd122   Update debian/changelog
       new  6a59569   Drop 01_spelling-error-in-manpage.diff, merged upstream.
       new  a30c11a   Update (build) dependencies.
       new  9de5302   Mark package as autopkgtest-able.
       new  6171136   Declare compliance with Debian Policy 3.9.6.
       new  92ad2d5   releasing package libcatalyst-controller-actionrole-perl version 0.17-1

The 10 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:
 Build.PL                                         | 149 +++++-
 CONTRIBUTING                                     |  23 +-
 Changes                                          |   3 +
 INSTALL                                          |   1 -
 LICENSE                                          |   2 +-
 MANIFEST                                         |   8 +-
 META.json                                        | 650 ++++++++++++++++-------
 META.yml                                         | 484 +++++++++++------
 Makefile.PL                                      |  37 +-
 README                                           |   6 +-
 README.md                                        | 139 -----
 debian/changelog                                 |  15 +-
 debian/control                                   |   9 +-
 debian/patches/01_spelling-error-in-manpage.diff |  19 -
 debian/patches/series                            |   1 -
 debian/upstream/metadata                         |   8 +
 dist.ini                                         |  10 +-
 lib/Catalyst/Controller/ActionRole.pm            |  92 ++--
 t/00-report-prereqs.dd                           | 139 +++++
 t/00-report-prereqs.t                            | 283 +++++-----
 weaver.ini                                       |  32 +-
 xt/author/00-compile.t                           |   9 +-
 xt/{release/no-tabs.t => author/eol.t}           |  23 +-
 xt/{release => author}/no-tabs.t                 |   7 +-
 xt/author/pod-spell.t                            |  35 +-
 xt/release/changes_has_content.t                 |   2 +-
 xt/release/eol.t                                 |   8 -
 xt/release/kwalitee.t                            |   9 +-
 xt/release/portability.t                         |   1 +
 29 files changed, 1344 insertions(+), 860 deletions(-)
 delete mode 100644 README.md
 delete mode 100644 debian/patches/01_spelling-error-in-manpage.diff
 delete mode 100644 debian/patches/series
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 copy xt/{release/no-tabs.t => author/eol.t} (63%)
 rename xt/{release => author}/no-tabs.t (94%)
 delete mode 100644 xt/release/eol.t

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



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