Version 1.01.
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Enum.pm
index 69241e5..c5a1981 100644 (file)
@@ -6,7 +6,7 @@ use metaclass;
 
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '1.00';
+our $VERSION   = '1.01';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';