Package : perl-Catalyst-Controller-ActionRole

Package details

Summary: Apply roles to action instances

Description:
This module allows to apply roles to the 'Catalyst::Action's for different
controller methods.

For that a 'Does' attribute is provided. That attribute takes an argument,
that determines the role, which is going to be applied. If that argument is
prefixed with '+', it is assumed to be the full name of the role. If it's
prefixed with '~', the name of your application followed by
'::ActionRole::' is prepended. If it isn't prefixed with '+' or '~', the
role name will be searched for in '@INC' according to the rules for /ROLE
PREFIX SEARCHING.

Additionally it's possible to to apply roles to *all* actions of a
controller without specifying the 'Does' keyword in every action
definition:


URL: https://metacpan.org/release/Catalyst-Controller-ActionRole
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs