added some totally broken tests, and basically broke everything :)
[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
10then a ...->create(%opt) that chooses one of the above????
11
12