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=04e1dd58ee9f8d7d92c42dc8341c90a65fe7e783;hpb=16db8ee65fcdf2a4d44a08457202e05f42826515;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Parameterizable.pm b/lib/Moose/Meta/TypeConstraint/Parameterizable.pm index 04e1dd5..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.07'; +our $VERSION = '1.16'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';