better handling of method arg validation, more docs and internal questions (hoping...
[gitmo/MooseX-Types.git] / TODO
CommitLineData
c2463b82 1- We need a Role for Moose::Meta::TypeConstraint to define the interface we are decorating
2- we need a Role or some way to detect when there are parameters attached to the type
3
4??Do we need some sort of Factory for controlling the creation of types?
5
6Moose::TypeConstraint->create_base(%opt);
7Moose::TypeConstraint->create_structured(%opt, %signature_opts);
8Moose::TypeConstraint->create_parameterized(%opt, %);
9
54f5d4e6 10Or some sort of pattern for type constraints that accept args?
11
c2463b82 12then a ...->create(%opt) that chooses one of the above????
13
14