X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FParameterized.pm;h=e71881cf8d7c34c724b0ecf74a590f5ec57badfa;hb=462a3e15a74078a0544eeeba2ebe1efd26ac2327;hp=a7d45ae873f6f9a9e2d3c352bd7ae9ac19e4a033;hpb=eaa35e6e0f9132abf6ed0cec60515dd7259ce704;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Parameterized.pm b/lib/Moose/Meta/TypeConstraint/Parameterized.pm index a7d45ae..e71881c 100644 --- a/lib/Moose/Meta/TypeConstraint/Parameterized.pm +++ b/lib/Moose/Meta/TypeConstraint/Parameterized.pm @@ -8,7 +8,7 @@ use Scalar::Util 'blessed'; use Carp 'confess'; use Moose::Util::TypeConstraints; -our $VERSION = '0.50'; +our $VERSION = '0.55'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::TypeConstraint';