bump version to 1.25
[gitmo/Moose.git] / lib / Moose / Meta / Mixin / AttributeCore.pm
index fad69b5..a043588 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Meta::Mixin::AttributeCore;
 use strict;
 use warnings;
 
-our $VERSION   = '0.93';
+our $VERSION   = '1.25';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Class::MOP::Mixin::AttributeCore';
@@ -61,6 +61,10 @@ 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>