GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MooseX::Role::Parameterized::Meta::Trait::Parameterizable(3) User Contributed Perl Documentation MooseX::Role::Parameterized::Meta::Trait::Parameterizable(3)

MooseX::Role::Parameterized::Meta::Trait::Parameterizable - trait for parameterizable roles

version 1.11

This is the trait that is applied to the metaclass for parameterizable roles, roles that have their parameters currently unbound. These are the roles that you use "with" in Moose, but instead of composing the parameterizable role, we construct a new parameterized role (MooseX::Role::Parameterized::Meta::Role::Parameterized) and use that new parameterized role instead.

The name of the class that will be used to construct the parameterized role.

The name of the class that will be used to construct the parameters object.

A metaclass representing this role's parameters. It will be an anonymous subclass of "parameters_class". Each call to "parameter" in MooseX::Role::Parameters adds an attribute to this metaclass.

When this role is consumed, the parameters object will be instantiated using this metaclass.

A code reference that is used to generate a role based on the parameters provided by the consumer. The user usually specifies it using the "role" in MooseX::Role::Parameterized keyword.

Delegates to "add_attribute" in Moose::Meta::Class on the "parameters_metaclass" object.

Creates a new MooseX::Role::Parameterized::Parameters object using metaclass "parameters_metaclass".

The arguments are those specified by the consumer as parameter values.

This method generates and returns a new instance of "parameterized_role_metaclass". It can take any combination of three named arguments:
parameters
A hashref of parameters for the role, same as would be passed in at a "with" statement.
package
A package name that, if present, we will use for the generated role; if not, we generate an anonymous role.
consumer
A consumer metaobject, if available.

Overrides "apply" in Moose::Meta::Role to automatically generate the parameterized role.

Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Role-Parameterized> (or bug-MooseX-Role-Parameterized@rt.cpan.org <mailto:bug-MooseX-Role-Parameterized@rt.cpan.org>).

There is also a mailing list available for users of this distribution, at <http://lists.perl.org/list/moose.html>.

There is also an irc channel available for users of this distribution, at "#moose" on "irc.perl.org" <irc://irc.perl.org/#moose>.

Shawn M Moore <code@sartak.org>

This software is copyright (c) 2008 by Shawn M Moore.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2019-07-16 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.