Shawn M Moore > MooseX-Role-Parameterized > MooseX::Role::Parameterized::Meta::Role::Parameterized

Download:
MooseX-Role-Parameterized-0.14.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 0.10   Source  

NAME ^

MooseX::Role::Parameterized::Meta::Role::Parameterized - metaclass for parameterized roles

DESCRIPTION ^

This is the metaclass for parameterized roles; that is, parameterizable roles with their parameters bound. All this actually provides is a place to store the MooseX::Role::Parameterized::Parameters object.

ATTRIBUTES ^

genitor

Returns the MooseX::Role::Parameterized::Meta::Role::Parameterizable metaobject that generated this role.

parameters

Returns the MooseX::Role::Parameterized::Parameters object that represents the specific parameter values for this parameterized role.