X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FParameterizable.pm;h=9bc37f6f8d6471e5c196f4ad96825d6ef10c9a57;hb=f4b86ac0e1fd7ff8a180f2f8332821170db5371e;hp=439ebb875c3b8ba0ef2f3ef81ebf4c7c7bd5337f;hpb=6b2f825e73f66af279fa9e0802bc06a0094e5e89;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Parameterizable.pm b/lib/Moose/Meta/TypeConstraint/Parameterizable.pm index 439ebb8..9bc37f6 100644 --- a/lib/Moose/Meta/TypeConstraint/Parameterizable.pm +++ b/lib/Moose/Meta/TypeConstraint/Parameterizable.pm @@ -4,7 +4,7 @@ use strict; use warnings; use metaclass; -our $VERSION = '1.11'; +our $VERSION = '1.16'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';