X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeCoercion.pm;h=fc44cabf9ce79cd8fba6a5579ff322c4903cbea0;hb=e1d6f0a3c8cee0350b97695a2307af7004a1eb97;hp=f9d1e06b8746fc8e82824078a2f9010bada84881;hpb=c245d69b0b9984226cc876c0578b18e89b5cbf23;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeCoercion.pm b/lib/Moose/Meta/TypeCoercion.pm index f9d1e06..fc44cab 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.57'; +our $VERSION = '0.61'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';