No need for default to be a sub when it just returns a string.
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Class.pm
index 931ef32..888d1ae 100644 (file)
@@ -7,7 +7,8 @@ use metaclass;
 use Scalar::Util 'blessed';
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.56';
+our $VERSION   = '0.57';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::TypeConstraint';