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
MooX::Role::Parameterized::With(3) User Contributed Perl Documentation MooX::Role::Parameterized::With(3)

MooX::Role::Parameterized:With - dsl to apply roles with composition parameters

    package FooWith;

    use Moo;
    use MooX::Role::Parameterized::With Bar => {
        attr => 'baz', 
        method => 'run'
    }, Other::Role => { ... };

    has foo => ( is => 'ro');

This experimental package try to offer an easy way to add parametrized roles.

Will load and apply MooX::Roles::Parameterized roles, just need use this package with a hash of role => parameters.

Tiago Peczenyj <tiago (dot) peczenyj (at) gmail (dot) com>

Please report any bugs or feature requests on the bugtracker website
2015-12-22 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.