X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FEnum.pm;h=023e8b112c2df324b72ac85663e69347aeae76e0;hb=f4cbcca146f48c91c74ae618f71895376fd338a4;hp=588c7276831039392783e9651291d46528ce5310;hpb=975411b2bf1be090dae23dbbe996e36b2c87203a;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Enum.pm b/lib/Moose/Meta/TypeConstraint/Enum.pm index 588c727..023e8b1 100644 --- a/lib/Moose/Meta/TypeConstraint/Enum.pm +++ b/lib/Moose/Meta/TypeConstraint/Enum.pm @@ -6,7 +6,7 @@ use metaclass; use Moose::Util::TypeConstraints (); -our $VERSION = '0.55_02'; +our $VERSION = '0.55_03'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';