error_class and error_builder are readonly in immutable classes
[gitmo/Moose.git] / lib / Moose / Meta / TypeCoercion / Union.pm
index 41395d8..7161765 100644 (file)
@@ -8,7 +8,7 @@ use metaclass;
 use Carp         'confess';
 use Scalar::Util 'blessed';
 
-our $VERSION   = '0.02';
+our $VERSION   = '0.50';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::TypeCoercion';