bump version to 0.97
[gitmo/Moose.git] / lib / Moose / Meta / Class / Immutable / Trait.pm
index a479c35..05aa1f4 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Class::MOP;
 
-our $VERSION   = '0.88';
+our $VERSION   = '0.97';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -34,6 +34,10 @@ Moose::Meta::Class::Immutable::Trait - Implements immutability for metaclass obj
 This class makes some Moose-specific metaclass methods immutable. This
 is deep guts.
 
+=head1 BUGS
+
+See L<Moose/BUGS> for details on reporting bugs.
+
 =head1 AUTHOR
 
 Yuval Kogman E<lt>nothingmuch@cpan.orgE<gt>