NAME
mop::role - A meta-object to represent roles
DESCRIPTION
TODO
METHODS
BUILD
clone(%overrides)
name
version
roles
add_role($role)
does_role($role_name)
attribute_class
attribute_map
attributes
get_attribute($name)
add_attribute($attribute)
has_attribute($name)
remove_attribute($name)
method_class
method_map
methods
get_method($name)
add_method($method)
has_method($name)
remove_method($name)
required_methods
required_method_map
add_required_method($name)
remove_required_method($name)
requires_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>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 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.