merge trunk to pluggable errors
[gitmo/Moose.git] / lib / Moose / Meta / TypeCoercion.pm
index 426e2b6..3f0618b 100644 (file)
@@ -10,7 +10,8 @@ use Carp 'confess';
 use Moose::Meta::Attribute;
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.50';
+our $VERSION   = '0.57';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 __PACKAGE__->meta->add_attribute('type_coercion_map' => (