dzilize this distro
[gitmo/MooseX-ClassAttribute.git] / lib / MooseX / ClassAttribute / Trait / Mixin / HasClassAttributes.pm
index a47b93d..3ba4852 100644 (file)
@@ -3,8 +3,6 @@ package MooseX::ClassAttribute::Trait::Mixin::HasClassAttributes;
 use strict;
 use warnings;
 
-our $VERSION   = '0.13';
-
 use namespace::autoclean;
 use Moose::Role;
 
@@ -76,14 +74,12 @@ sub remove_class_attribute {
 
 1;
 
+# ABSTRACT: A mixin trait for things which have class attributes
+
 __END__
 
 =pod
 
-=head1 NAME
-
-MooseX::ClassAttribute::Trait::Mixin::HasClassAttributes - A mixin trait for things which have class attributes
-
 =head1 DESCRIPTION
 
 This trait is like L<Class::MOP::Mixin::HasAttributes>, except that it works
@@ -92,19 +88,8 @@ with class attributes instead of object attributes.
 See L<MooseX::ClassAttribute::Trait::Class> and
 L<MooseX::ClassAttribute::Trait::Role> for API details.
 
-=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