More docs
[gitmo/MooseX-Role-Parameterized.git] / TODO
CommitLineData
2f5d78aa 1+ There is literally zero documentation.
2
dabb4418 3+ Tests could be improved too! Failing tests more than welcome.
4
2f5d78aa 5+ A good motivating example. Different serialization formats sucks.
6
7+ Moose::Exporter should have a with_meta option which does with_caller but also
8 initializes the metaclass, since that's the most common case for us (and
9 probably others).
10
11+ Figure out a plan for alias, excludes, and other parameters that roles
12 currently support.
13 - I'm fine with saying either of:
14 * "You can't have exclusion; make it a parameter"
15 * "You cannot have parameters named alias or excludes; they
16 already have meaning"
17 - The current implementation is closer to the latter. (we pass the args to
18 both parameter construction and parameterized-role application)
19 - We don't enforce that parameters cannot be named alias or excludes though.
20
21+ Parameters is an empty superclass. Is there anything interesting we can stick
22 in there?
23