X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeCoercion%2FUnion.pm;h=d1c3b2e9cf5e81bb28e28e8ad02c1eb3b303e2e9;hb=92d8204181e20d7b6a0144fca0a99095a7788ff4;hp=3fab43b7869e750228d3ffbd3884b84b5f64e4cb;hpb=0296fc1ae69c738ad44e883605867b21ed348329;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeCoercion/Union.pm b/lib/Moose/Meta/TypeCoercion/Union.pm index 3fab43b..d1c3b2e 100644 --- a/lib/Moose/Meta/TypeCoercion/Union.pm +++ b/lib/Moose/Meta/TypeCoercion/Union.pm @@ -7,7 +7,7 @@ use metaclass; use Scalar::Util 'blessed'; -our $VERSION = '0.86'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';