- moved the ->parameterize tests to own test suite
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Class.pm
index aa5ddec..888d1ae 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 use Scalar::Util 'blessed';
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.55_04';
+our $VERSION   = '0.57';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';