dzilize this distro
[gitmo/MooseX-ClassAttribute.git] / lib / MooseX / ClassAttribute / Meta / Role / Attribute.pm
index eb239a5..4da0dc6 100644 (file)
@@ -3,8 +3,6 @@ package MooseX::ClassAttribute::Meta::Role::Attribute;
 use strict;
 use warnings;
 
-our $VERSION   = '0.13';
-
 use List::MoreUtils qw( uniq );
 
 use namespace::autoclean;
@@ -25,32 +23,19 @@ sub new {
 
 1;
 
+# ABSTRACT: An attribute metaclass for class attributes in roles
+
 __END__
 
 =pod
 
-=head1 NAME
-
-MooseX::ClassAttribute::Meta::Role::Attribute - An attribute metaclass for class attributes in roles
-
 =head1 DESCRIPTION
 
 This class overrides L<Moose::Meta::Role::Attribute> to support class
 attribute declaration in roles.
 
-=head1 AUTHOR
-
-Dave Rolsky, C<< <autarch@urth.org> >>
-
 =head1 BUGS
 
 See L<MooseX::ClassAttribute> for details.
 
-=head1 COPYRIGHT & LICENSE
-
-Copyright 2007-2010 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