Version 1.05
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Class.pm
index 7f10c88..cd597f2 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 use Scalar::Util 'blessed';
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '1.04';
+our $VERSION   = '1.05';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';