p5-MooseX-Role-Parameterized

roles with composition parameters

WWW CVSWeb GITHub
  1. Package version
    p5-MooseX-Role-Parameterized-1.11p0
  2. Maintainer
    The OpenBSD ports mailing-list

Your parameterized role consists of two new things: parameter
declarations and a role block. Parameters are declared using the
"parameter" keyword which very much resembles "has" in Moose. You can
use any option that "has" in Moose accepts. The default value for the is
option is ro as that's a very common case. Use is => 'bare' if you want
no accessor. These parameters will get their values when the consuming
class (or role) uses "with" in Moose. A parameter object will be
constructed with these values, and passed to the role block.

There are many possible implementations for parameterized roles
(hopefully with a consistent enough API).

  • devel/p5-Module-Build-Tiny

  • devel/p5-Module-Runtime
  • devel/p5-Moose
  • devel/p5-namespace-autoclean
  • STEM->=0.19:devel/p5-namespace-clean