X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FEnum.pm;h=9cbe7fa0f7f02d94867cd5a1f51aee8ae90681e6;hb=cb562ad2c35118855c6bdab4aa7db3e5f2395fd5;hp=6c1e99dd925ebc7a8c26f9c5627becd2bab90fee;hpb=cb5f4275cc545d6566664cbbac66e6ec5dcbca36;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Enum.pm b/lib/Moose/Meta/TypeConstraint/Enum.pm index 6c1e99d..9cbe7fa 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.75'; +our $VERSION = '0.89_01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -98,7 +98,7 @@ L. =item B<< Moose::Meta::TypeConstraint::Enum->new(%options) >> -This creates a new class type constraint based on the given +This creates a new enum type constraint based on the given C<%options>. It takes the same options as its parent, with several @@ -107,7 +107,7 @@ should be an array reference containing a list of valid string values. Second, it automatically sets the parent to the C type. Finally, it ignores any provided C option. The constraint -is generated automatically based on the provided C +is generated automatically based on the provided C. =item B<< $constraint->values >> @@ -126,7 +126,7 @@ object! =head1 BUGS -All complex software has bugs lurking in it, and this module is no +All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.