X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FRegistry.pm;h=f71fcfac46d669dc0a555afba929fad736794c52;hb=f9b1ab71234d11a9121de96c574ca980bbfb3eaa;hp=73bb5ac14c9b7d887e3d952113138780fd89b165;hpb=c9861bfb1991b07db2ccd524deeb153d9eca45cd;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Registry.pm b/lib/Moose/Meta/TypeConstraint/Registry.pm index 73bb5ac..f71fcfa 100644 --- a/lib/Moose/Meta/TypeConstraint/Registry.pm +++ b/lib/Moose/Meta/TypeConstraint/Registry.pm @@ -7,7 +7,7 @@ use metaclass; use Scalar::Util 'blessed'; -our $VERSION = '0.72'; +our $VERSION = '0.74'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';