NAME
mop::role - A meta-object to represent roles
DESCRIPTION
TODO
METHODS
BUILDclone(%overrides)nameversionrolesadd_role($role)does_role($role_name)attribute_classattribute_mapattributesget_attribute($name)add_attribute($attribute)has_attribute($name)remove_attribute($name)method_classmethod_mapmethodsget_method($name)add_method($method)has_method($name)remove_method($name)required_methodsrequired_method_mapadd_required_method($name)requires_method($name)remove_required_method($name)FINALIZE
SEE ALSO
Role Details
BUGS
Since this module is still under development we would prefer to not use the RT bug queue and instead use the built in issue tracker on Github.
Git Repository
Issue Tracker
AUTHOR
Stevan Little <stevan.little@iinteractive.com>
Jesse Luehrs <doy@tozt.net>
Florian Ragwitz <rafl@debian.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013-2014 by Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.