NAME
MooseX::ClassAttribute::Role::Meta::Attribute - An attribute role for classes with class attributes
DESCRIPTION
This role modifies the behavior of class attributes in various ways. It really should be a subclass of Moose::Meta::Attribute
, but if it were then it couldn't be combined with other attribute metaclasses, like MooseX::AttributeHelpers
.
There are no new public methods implemented by this role. All it does is change the behavior of a number of existing methods.
AUTHOR
Dave Rolsky, <autarch@urth.org>
BUGS
See MooseX::ClassAttribute for details.
COPYRIGHT & LICENSE
Copyright 2007-2008 Dave Rolsky, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.