X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FEnum.pm;h=69cf146c220b2321f601e160a0226ff5534d5bb2;hb=refs%2Ftags%2F0.73_02;hp=2834da88de5011fc69f9b133742eedfbe5c80821;hpb=d2e70065000791476ef80d9c8b8dbf0f1982219b;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Enum.pm b/lib/Moose/Meta/TypeConstraint/Enum.pm index 2834da8..69cf146 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.73_01'; +our $VERSION = '0.73_02'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';