X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeCoercion.pm;h=c6d89d047adb888be7c4dc01e39e5fe4f0584afb;hb=a7be0f8593e4e7b7f570f49027ee4f8f25d4d8bc;hp=5fe1f26ca3cf7f4188b99b5613bc7c6b85bcd5fe;hpb=bf3b0c87ca3edb74ba752ba84ba699e20ceeacc7;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeCoercion.pm b/lib/Moose/Meta/TypeCoercion.pm index 5fe1f26..c6d89d0 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.68'; +our $VERSION = '0.69'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';