Checking in changes prior to tagging of version 0.95. Changelog diff is:
[gitmo/Class-MOP.git] / lib / Class / MOP / Attribute.pm
index 1c3e407..8fe90b4 100644 (file)
@@ -10,7 +10,7 @@ use Carp         'confess';
 use Scalar::Util 'blessed', 'weaken';
 use Try::Tiny;
 
-our $VERSION   = '0.94';
+our $VERSION   = '0.95';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';