X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FUtil%2FTypeConstraints%2FOptimizedConstraints.pm;h=4672c47c6298f91cc1e39b5e3f1badd120668c34;hb=refs%2Ftags%2F1.12;hp=7a3b892175f64b8af8c0377eef3e314e10f24655;hpb=a1224bfcd884034efdee87d80f8779b62f6b2f9b;p=gitmo%2FMoose.git diff --git a/lib/Moose/Util/TypeConstraints/OptimizedConstraints.pm b/lib/Moose/Util/TypeConstraints/OptimizedConstraints.pm index 7a3b892..4672c47 100644 --- a/lib/Moose/Util/TypeConstraints/OptimizedConstraints.pm +++ b/lib/Moose/Util/TypeConstraints/OptimizedConstraints.pm @@ -7,7 +7,7 @@ use Class::MOP; use Moose::Deprecated; use Scalar::Util 'blessed', 'looks_like_number'; -our $VERSION = '1.11'; +our $VERSION = '1.12'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';