X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeCoercion.pm;h=426e2b687bd138b549425abd0ebd04e6e0a83daf;hb=be05faea2de65e890bb91af2f2341f644e95883e;hp=26d5420a74cea38978afc57740e727aeab564b5b;hpb=9c637fcaadcd5c493c1f92fa4b5111929a76bea6;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeCoercion.pm b/lib/Moose/Meta/TypeCoercion.pm index 26d5420..426e2b6 100644 --- a/lib/Moose/Meta/TypeCoercion.pm +++ b/lib/Moose/Meta/TypeCoercion.pm @@ -10,7 +10,7 @@ use Carp 'confess'; use Moose::Meta::Attribute; use Moose::Util::TypeConstraints (); -our $VERSION = '0.06'; +our $VERSION = '0.50'; our $AUTHORITY = 'cpan:STEVAN'; __PACKAGE__->meta->add_attribute('type_coercion_map' => (