Dave Rolsky > MooseX-ClassAttribute-0.09 > MooseX::ClassAttribute::Role::Meta::Attribute

Download:
MooseX-ClassAttribute-0.09.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source   Latest Release: MooseX-ClassAttribute-0.10

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.