X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FClass.pm;h=8d03ccf04a0a977119dd10c44d3758c1a412f101;hb=722c9bcbe9633bbebe5b71773b8d8e574385b604;hp=0a986bb6f04acce972c8938421a44e87ad40c160;hpb=d06aca1757ece42a0845b2c89d82431d7c60fa56;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Class.pm b/lib/Moose/Meta/TypeConstraint/Class.pm index 0a986bb..8d03ccf 100644 --- a/lib/Moose/Meta/TypeConstraint/Class.pm +++ b/lib/Moose/Meta/TypeConstraint/Class.pm @@ -7,7 +7,7 @@ use metaclass; use Scalar::Util 'blessed'; use Moose::Util::TypeConstraints (); -our $VERSION = '0.70'; +our $VERSION = '0.71'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';