X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeCoercion.pm;h=be6864b9f8f3add763630ed6295890c5d4ac6b6b;hb=30350cb4d7b4345131ed638b2b30e7d1b7b1ef4c;hp=22fe85a0e2eedc2a832bf3b3e2fa4313ce4e48f6;hpb=e016145bb5cb74abea3ad95d9ccc92d40ce6cc67;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeCoercion.pm b/lib/Moose/Meta/TypeCoercion.pm index 22fe85a..be6864b 100644 --- a/lib/Moose/Meta/TypeCoercion.pm +++ b/lib/Moose/Meta/TypeCoercion.pm @@ -8,7 +8,7 @@ use metaclass; use Moose::Meta::Attribute; use Moose::Util::TypeConstraints (); -our $VERSION = '0.64'; +our $VERSION = '0.65'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';