Fixed a bug where an explicitly set constructor or destructor (and now
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Enum.pm
index 65d8a56..76093c2 100644 (file)
@@ -6,7 +6,8 @@ use metaclass;
 
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.56';
+our $VERSION   = '0.57';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::TypeConstraint';