X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeCoercion%2FUnion.pm;h=6f19d3f4cbb99f0f990f401d04a4e541c72f9c56;hb=eaf5a43ef108f6a9dce74c84afc25a892cffdfb1;hp=c00deba3fbcb19eac5d4ee35b611df7567e27cb9;hpb=b9e554fa0ec9cc28204f8b309874e83faf72b61c;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeCoercion/Union.pm b/lib/Moose/Meta/TypeCoercion/Union.pm index c00deba..6f19d3f 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.89'; +our $VERSION = '0.90'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';