bump version to 0.87
[gitmo/Class-MOP.git] / lib / Class / MOP / Class / Immutable / Trait.pm
index 5d4cefc..9992b49 100644 (file)
@@ -8,6 +8,10 @@ use MRO::Compat;
 use Carp 'confess';
 use Scalar::Util 'blessed', 'weaken';
 
+our $VERSION   = '0.87';
+$VERSION = eval $VERSION;
+our $AUTHORITY = 'cpan:STEVAN';
+
 sub meta {
     my $self = shift;
 
@@ -103,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