dzilize this distro
[gitmo/MooseX-ClassAttribute.git] / lib / MooseX / ClassAttribute / Trait / Role.pm
index 7db8e8b..c7b639d 100644 (file)
@@ -3,8 +3,6 @@ package MooseX::ClassAttribute::Trait::Role;
 use strict;
 use warnings;
 
-our $VERSION   = '0.13';
-
 use MooseX::ClassAttribute::Meta::Role::Attribute;
 use Scalar::Util qw( blessed );
 
@@ -35,14 +33,12 @@ sub _attach_class_attribute {
 
 1;
 
+# ABSTRACT: A trait for roles with class attributes
+
 __END__
 
 =pod
 
-=head1 NAME
-
-MooseX::ClassAttribute::Trait::Role - A trait for roles with class attributes
-
 =head1 SYNOPSIS
 
   for my $attr ( HasClassAttributes->meta()->get_all_class_attributes() )
@@ -80,19 +76,8 @@ C<add_attribute()> method. However, if an attribute is specified as
 
 If the named class attribute exists, it is removed from the role.
 
-=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