NAME
MooseX::RoleFor::Meta::Role::Trait::RoleFor - Moose::Meta::Role trait
DESCRIPTION
This trait provides two attributes:
role_is_for
-
An arrayref of class names, or a single class name as a string, or undef. Indicates which classes this role may be composed with. (Actually these may be classes or roles!)
role_misapplication_consequence
-
Either "croak" or "carp" (the default). Indicates the consequences of applying the role to the wrong class.
This trait hooks onto the apply
method to enforce the consequences.
BUGS
Please report any bugs to http://rt.cpan.org/Dist/Display.html?Queue=MooseX-RoleFor.
SEE ALSO
AUTHOR
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT AND LICENCE
This software is copyright (c) 2011-2012 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.