Move docs around to keep related items together
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Class.pm
index 48ba6ec..b350fe5 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 use Scalar::Util 'blessed';
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.94';
+our $VERSION   = '1.01';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';