X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FClass.pm;h=52cfb703aad89de747adfe5b707c40c31009e411;hb=e1d6f0a3c8cee0350b97695a2307af7004a1eb97;hp=97069b12a64cde90b5794225c543ea3994f05925;hpb=2fb4885ef74bc342a049b54d8b89a2eb40685248;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Class.pm b/lib/Moose/Meta/TypeConstraint/Class.pm index 97069b1..52cfb70 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.60'; +our $VERSION = '0.61'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';