Comment out alias/excludes warnings for 1.12 release
[gitmo/Moose.git] / lib / Moose / Meta / TypeCoercion.pm
index ee68512..0d16496 100644 (file)
@@ -8,7 +8,7 @@ use metaclass;
 use Moose::Meta::Attribute;
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '1.09';
+our $VERSION   = '1.11';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';