The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.

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

MooseX::RoleFor.

AUTHOR

Toby Inkster <tobyink@cpan.org>.

COPYRIGHT AND LICENCE

This software is copyright (c) 2011 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.