Beginning of dzilization
[gitmo/Moose.git] / lib / Moose / Meta / Mixin / AttributeCore.pm
index 810e6da..aaa6ea7 100644 (file)
@@ -3,7 +3,6 @@ package Moose::Meta::Mixin::AttributeCore;
 use strict;
 use warnings;
 
-our $VERSION   = '1.9900';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Class::MOP::Mixin::AttributeCore';
@@ -48,14 +47,12 @@ __PACKAGE__->meta->add_attribute(
 
 1;
 
+# ABSTRACT: Core attributes shared by attribute metaclasses
+
 __END__
 
 =pod
 
-=head1 NAME
-
-Moose::Meta::Mixin::AttributeCore - Core attributes shared by attribute metaclasses
-
 =head1 DESCRIPTION
 
 This class implements the core attributes (aka properties) shared by all Moose
@@ -65,17 +62,4 @@ attributes. See the L<Moose::Meta::Attribute> documentation for API details.
 
 See L<Moose/BUGS> for details on reporting bugs.
 
-=head1 AUTHORS
-
-Dave Rolsky E<lt>autarch@urth.orgE<gt>
-
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2006-2010 by Infinity Interactive, Inc.
-
-L<http://www.iinteractive.com>
-
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
-
 =cut