fix and test equals for various TC classes, and introduce the Enum TC class
authorYuval Kogman <nothingmuch@woobling.org>
Sat, 12 Apr 2008 20:38:42 +0000 (20:38 +0000)
committerYuval Kogman <nothingmuch@woobling.org>
Sat, 12 Apr 2008 20:38:42 +0000 (20:38 +0000)
commitdabed765f61b9f85c133dfabd885b1d6cd3b1d52
treeba8c398fe7282a7b671d3a8b50f94151f5e32b0e
parentae8d63f2f6822aac9504be657b8074cade5eda10
fix and test equals for various TC classes, and introduce the Enum TC class
lib/Moose/Meta/TypeConstraint.pm
lib/Moose/Meta/TypeConstraint/Class.pm
lib/Moose/Meta/TypeConstraint/Enum.pm [new file with mode: 0644]
lib/Moose/Meta/TypeConstraint/Parameterized.pm
lib/Moose/Meta/TypeConstraint/Union.pm
lib/Moose/Util/TypeConstraints.pm
t/040_type_constraints/008_union_types.t
t/040_type_constraints/015_enum.t
t/040_type_constraints/016_subtyping_parameterized_types.t
t/040_type_constraints/018_custom_parameterized_types.t
t/040_type_constraints/021_maybe_type_constraint.t