bump version and update Changes
[gitmo/Moose.git] / lib / Moose / Meta / TypeCoercion / Union.pm
index a3d349d..cbd2c1e 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 
 use Scalar::Util 'blessed';
 
-our $VERSION   = '0.72';
+our $VERSION   = '0.72_01';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -72,7 +72,7 @@ This method always returns false.
 =item B<< $coercion->add_type_coercions >>
 
 This method always throws an error. You cannot add coercions to a
-union type constraint.
+union type coercion.
 
 =item B<< $coercion->coerce($value) >>