some refactoring of handles
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Union.pm
index e4f7c22..ba0c088 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 
 use Moose::Meta::TypeCoercion::Union;
 
-our $VERSION   = '0.54';
+our $VERSION   = '0.55';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::TypeConstraint';