NAME

Moose::Meta::Role - The Moose Role metaclass

DESCRIPTION

Moose's Roles are being actively developed, please see Moose::Role for more information.

METHODS

meta
new
apply
name
version
role_meta
get_method
has_method
get_method_list
add_attribute
has_attribute
get_attribute
get_attribute_list
get_attribute_map
remove_attribute
add_method_modifier
get_method_modifier
has_method_modifier
get_method_modifier_list
get_method_modifier_map
remove_method_modifier

BUGS

All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.

AUTHOR

Stevan Little <stevan@iinteractive.com>

COPYRIGHT AND LICENSE

Copyright 2006 by Infinity Interactive, Inc.

http://www.iinteractive.com

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.