X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint.pm;h=1e3736d6e39e1b6552d59b272e5dcb5ff761f248;hb=6d0815b59db07f71cdbfd978ed6f574e57e2b3ea;hp=01226dffbdd8403ea96d4d5771bd36179f1e1d5d;hpb=6232ef492d4ed956c63d19bba3e14e2eaf13afa9;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint.pm b/lib/Moose/Meta/TypeConstraint.pm index 01226df..1e3736d 100644 --- a/lib/Moose/Meta/TypeConstraint.pm +++ b/lib/Moose/Meta/TypeConstraint.pm @@ -13,7 +13,7 @@ use Sub::Name qw(subname); use base qw(Class::MOP::Object); -our $VERSION = '0.92'; +our $VERSION = '0.93'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';