Merge branch 'master' into attribute_helpers
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Class.pm
index cb37cf8..bbd4c2e 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 use Scalar::Util 'blessed';
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.77';
+our $VERSION   = '0.84';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';