Fix typo in comment
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Enum.pm
index 65d8a56..4bf2310 100644 (file)
@@ -6,7 +6,8 @@ use metaclass;
 
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.56';
+our $VERSION   = '0.59';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::TypeConstraint';