Version 0.96.
[gitmo/Moose.git] / lib / Moose / Meta / Mixin / AttributeCore.pm
index 2b231d9..d176e6c 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Meta::Mixin::AttributeCore;
 use strict;
 use warnings;
 
-our $VERSION   = '0.93';
+our $VERSION   = '0.96';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Class::MOP::Mixin::AttributeCore';
@@ -61,13 +61,17 @@ Moose::Meta::Mixin::AttributeCore - Core attributes shared by attribute metaclas
 This class implements the core attributes (aka properties) shared by all Moose
 attributes. See the L<Moose::Meta::Attribute> documentation for API details.
 
+=head1 BUGS
+
+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-2009 by Infinity Interactive, Inc.
+Copyright 2006-2010 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>