Resolve some TODO tests about type constraints
authorFuji, Goro <gfuji@cpan.org>
Sat, 25 Sep 2010 04:13:25 +0000 (13:13 +0900)
committerFuji, Goro <gfuji@cpan.org>
Sat, 25 Sep 2010 04:13:25 +0000 (13:13 +0900)
commit5a592ad728880fb6a21e9610cbfeb1670f2053ab
tree9a1284173b62cb88e7e05269fa3561290c8525b9
parent1f5ce14ae261aa33d3920121f86a1b6a5a5b1b43
Resolve some TODO tests about type constraints
18 files changed:
lib/Mouse/Meta/TypeConstraint.pm
lib/Mouse/Util/TypeConstraints.pm
t/040_type_constraints/002_util_type_constraints_export.t [new file with mode: 0644]
t/040_type_constraints/003_util_std_type_constraints.t
t/040_type_constraints/006_util_type_reloading.t [new file with mode: 0644]
t/040_type_constraints/007_util_more_type_coercion.t
t/040_type_constraints/009_union_types_and_coercions.t
t/040_type_constraints/011_container_type_constraint.t [new file with mode: 0644]
t/040_type_constraints/017_subtyping_union_types.t
t/040_type_constraints/018_custom_parameterized_types.t [new file with mode: 0644]
t/040_type_constraints/022_custom_type_errors.t
t/040_type_constraints/023_types_and_undef.t
t/040_type_constraints/025_type_coersion_on_lazy_attributes.t
t/040_type_constraints/027_parameterize_from.t [new file with mode: 0644]
t/040_type_constraints/029_define_type_twice_throws.t
t/040_type_constraints/031_subtype_auto_vivify_parent.t [new file with mode: 0644]
t/040_type_constraints/032_throw_error.t [new file with mode: 0644]
t/040_type_constraints/034_duck_types.t [new file with mode: 0644]