bump version to 0.87
[gitmo/Class-MOP.git] / lib / Class / MOP / Class / Immutable / Trait.pm
index 231c2b0..9992b49 100644 (file)
@@ -8,7 +8,7 @@ use MRO::Compat;
 use Carp 'confess';
 use Scalar::Util 'blessed', 'weaken';
 
-our $VERSION   = '0.86';
+our $VERSION   = '0.87';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -107,8 +107,10 @@ Class::MOP::Class::Immutable::Trait - Implements immutability for metaclass obje
 
 =head1 DESCRIPTION
 
-This class provides a trait that is applied to immutable metaclass
-objects. This is deep guts.
+This class provides a pseudo-trait that is applied to immutable metaclass
+objects. In reality, it is simply a parent class.
+
+It implements caching and read-only-ness for various metaclass methods.
 
 =head1 AUTHOR