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=b831d27de948cfb983fa649394cd64917e69c9e7;hpb=778db3ac5dc266115efefdeb6dcbcf9b2444d9c9;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Registry.pm b/lib/Moose/Meta/TypeConstraint/Registry.pm index b831d27..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.01'; +our $VERSION = '0.55'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Class::MOP::Object';