X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FRegistry.pm;h=f316c8186085e1eb8816fc890f10fceca43e170b;hb=330dbb079ab3e4ff26fb694c232b9c86b2d19161;hp=d71ac3e7651449f827bf225bc97c21eb97287d75;hpb=19fabdd362b0d39023e2359b59701c4fc42247de;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Registry.pm b/lib/Moose/Meta/TypeConstraint/Registry.pm index d71ac3e..f316c81 100644 --- a/lib/Moose/Meta/TypeConstraint/Registry.pm +++ b/lib/Moose/Meta/TypeConstraint/Registry.pm @@ -8,7 +8,7 @@ use metaclass; use Scalar::Util 'blessed'; use Carp 'confess'; -our $VERSION = '0.52'; +our $VERSION = '0.55'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Class::MOP::Object';