bump version to 0.56 and update changes for release
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Union.pm
index 54c59f6..382fca5 100644 (file)
@@ -8,6 +8,7 @@ use metaclass;
 use Moose::Meta::TypeCoercion::Union;
 
 our $VERSION   = '0.56';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::TypeConstraint';