Roles with composition parameters
Your parameterized role consists of two new things: parameter declarations
and a 'role' block.
Parameters are declared using the the /parameter manpage keyword which very
much resembles the Moose/has manpage. You can use any option that the
Moose/has manpage 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 the Moose/with manpage. A parameter object will be constructed with
these values, and passed to the 'role' block.
The 'role' block then uses the usual the Moose::Role manpage keywords to
build up a role. You can shift off the parameter object to inspect what the
consuming class provided as parameters. You use the parameters to customize
your role however you wish.
There are many possible implementations for parameterized roles (hopefully
with a consistent enough API); I believe this to be the easiest and most
flexible design. Coincidentally, Pugs originally had an eerily similar
design.
See the MooseX::Role::Parameterized::Extending manpage for some tips on how
to extend this module.
- Sources inherited from project openSUSE:12.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:lafenghu/perl-MooseX-Role-Parameterized && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
MooseX-Role-Parameterized-1.00.tar.gz | 0000034386 33.6 KB | |
perl-MooseX-Role-Parameterized-old_Test_More.patch | 0000001153 1.13 KB | |
perl-MooseX-Role-Parameterized.changes | 0000003004 2.93 KB | |
perl-MooseX-Role-Parameterized.spec | 0000004679 4.57 KB |
Latest Revision
branched from openSUSE:Factory
Comments 0