X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeCoercion%2FUnion.pm;h=163000b60e4897daa0f8b57d85fa2c6560f64dc5;hb=fb175631f4f6e2449cbd0c84c95fdd136e9256a9;hp=92d5d674b68f6ec3642ce4b5c526aade691175ac;hpb=19fabdd362b0d39023e2359b59701c4fc42247de;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeCoercion/Union.pm b/lib/Moose/Meta/TypeCoercion/Union.pm index 92d5d67..163000b 100644 --- a/lib/Moose/Meta/TypeCoercion/Union.pm +++ b/lib/Moose/Meta/TypeCoercion/Union.pm @@ -8,7 +8,7 @@ use metaclass; use Carp 'confess'; use Scalar::Util 'blessed'; -our $VERSION = '0.52'; +our $VERSION = '0.56'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::TypeCoercion';