X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint.pm;h=ec0f4ffdf9576ea94ac0b08b7e9997c5e4deac2d;hb=6302a7e870c9ed9bce511891a74e5bdd140fcc74;hp=c2593703a748a713780fa58f3a8ebf9d70d0e643;hpb=d2e70065000791476ef80d9c8b8dbf0f1982219b;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint.pm b/lib/Moose/Meta/TypeConstraint.pm index c259370..ec0f4ff 100644 --- a/lib/Moose/Meta/TypeConstraint.pm +++ b/lib/Moose/Meta/TypeConstraint.pm @@ -12,7 +12,7 @@ use Scalar::Util qw(blessed refaddr); use base qw(Class::MOP::Object); -our $VERSION = '0.73_01'; +our $VERSION = '0.73_02'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';