X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeCoercion.pm;h=022b01f26b6f2a59b2c74dd9c52d27c339c13567;hb=3d24a30e079d69e9f605c0c98c8041dcb3119a62;hp=25cea602367fbe0678c2e555823edb13c0d9abba;hpb=6cde92b3c52848f42ac20937fce0aebc3c5e2325;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeCoercion.pm b/lib/Moose/Meta/TypeCoercion.pm index 25cea60..022b01f 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.55_04'; +our $VERSION = '0.56'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';