X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FEnum.pm;h=510fe073f1687ea6068bc6dab5013b47171c85f2;hb=2e7576bdd6c4a179beadc2d21623c6cad1d66469;hp=9b961013eff87bc0177fae1d1902e9b108fbaac7;hpb=eae0508f6f8fca847956c2ed8c48ec23cebd3106;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Enum.pm b/lib/Moose/Meta/TypeConstraint/Enum.pm index 9b96101..510fe07 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.81'; +our $VERSION = '0.96'; $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,9 +126,7 @@ object! =head1 BUGS -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. +See L for details on reporting bugs. =head1 AUTHOR @@ -136,7 +134,7 @@ Yuval Kogman Enothingmuch@cpan.orgE =head1 COPYRIGHT AND LICENSE -Copyright 2006-2009 by Infinity Interactive, Inc. +Copyright 2006-2010 by Infinity Interactive, Inc. L