Bump the version and update changes for 0.64_06
[gitmo/Class-MOP.git] / lib / Class / MOP / Attribute.pm
index 0f557b0..d24710e 100644 (file)
@@ -9,7 +9,7 @@ use Class::MOP::Method::Accessor;
 use Carp         'confess';
 use Scalar::Util 'blessed', 'weaken';
 
-our $VERSION   = '0.64_02';
+our $VERSION   = '0.64_06';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';