X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint.pm;h=f84baf1df1a718c20e19fc4adc1ce60ed6797810;hb=55c22540a16ae9b8989e385af93e838570206d95;hp=30f2506a11c605ee4115b4d3e34017106ba527f9;hpb=72643035d73124e0b4ef7a8335cdc4f793732b5a;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint.pm b/lib/Moose/Meta/TypeConstraint.pm index 30f2506..f84baf1 100644 --- a/lib/Moose/Meta/TypeConstraint.pm +++ b/lib/Moose/Meta/TypeConstraint.pm @@ -15,7 +15,7 @@ use Sub::Name qw(subname); use base qw(Class::MOP::Object); -our $VERSION = '1.08'; +our $VERSION = '1.15'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';