merge trunk to pluggable errors
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Parameterized.pm
index a7d45ae..7ece248 100644 (file)
@@ -8,7 +8,8 @@ use Scalar::Util 'blessed';
 use Carp         'confess';
 use Moose::Util::TypeConstraints;
 
-our $VERSION   = '0.50';
+our $VERSION   = '0.57';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::TypeConstraint';