X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FClassAttribute%2FRole%2FMeta%2FAttribute.pm;h=70052cb88b6a4f1c2a2e22aadfcb5dde1ffbd1f2;hb=7a4a3b1efe4db788811154fbecbf6c94ceeee4bf;hp=06e97d674002acd82198e3cda972860a27955a30;hpb=a5e3ddfd4ab2cbdeea6f3c9769b7a153030e7cc7;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/lib/MooseX/ClassAttribute/Role/Meta/Attribute.pm b/lib/MooseX/ClassAttribute/Role/Meta/Attribute.pm index 06e97d6..70052cb 100644 --- a/lib/MooseX/ClassAttribute/Role/Meta/Attribute.pm +++ b/lib/MooseX/ClassAttribute/Role/Meta/Attribute.pm @@ -136,3 +136,40 @@ around 'clear_value' => sub no Moose::Role; 1; + +__END__ + +=pod + +=head1 NAME + +MooseX::ClassAttribute::Role::Meta::Attribute - An attribute role for classes with class attributes + +=head1 DESCRIPTION + +This role modifies the behavior of class attributes in various +ways. It really should be a subclass of C, but +if it were then it couldn't be combined with other attribute +metaclasses, like C. + +There are no new public methods implemented by this role. All it does +is change the behavior of a number of existing methods. + +=head1 AUTHOR + +Dave Rolsky, C<< >> + +=head1 BUGS + +See L for details. + +=head1 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. + +=cut + +