NAME
MooseX::APIRole::Meta - metarole for classes and roles that have API roles
VERSION
version 0.01
ATTRIBUTES
api_role_name
The name of the API role. If you set this before the API role is lazily built, then this will be the package that the role is installed into.
get_api_role_name
set_api_role_name
has_api_role_name
api_role
The API role. Built when needed, usually by MooseX::APIRole's make_api_role
method.
get_api_role
api_role
api_role is an alias for get_api_role.
has_api_role
AUTHOR
Jonathan Rockway <jrockway@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Jonathan Rockway.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.