From: Shawn M Moore Date: Tue, 2 Dec 2008 08:46:59 +0000 (+0000) Subject: Remove TODO, it's now sufficiently generic X-Git-Tag: 0.05~57 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c9e9a7ccafa7d99624e16bffc111d69dca247634;hp=21c3ef8c081bfacc9553aeacee13f308280ee44f;p=gitmo%2FMooseX-Role-Parameterized.git Remove TODO, it's now sufficiently generic --- diff --git a/TODO b/TODO deleted file mode 100644 index ce785be..0000000 --- a/TODO +++ /dev/null @@ -1,23 +0,0 @@ -+ There is literally zero documentation. - -+ Tests could be improved too! Failing tests more than welcome. - -+ A good motivating example. Different serialization formats sucks. - -+ Moose::Exporter should have a with_meta option which does with_caller but also - initializes the metaclass, since that's the most common case for us (and - probably others). - -+ Figure out a plan for alias, excludes, and other parameters that roles - currently support. - - I'm fine with saying either of: - * "You can't have exclusion; make it a parameter" - * "You cannot have parameters named alias or excludes; they - already have meaning" - - The current implementation is closer to the latter. (we pass the args to - both parameter construction and parameterized-role application) - - We don't enforce that parameters cannot be named alias or excludes though. - -+ Parameters is an empty superclass. Is there anything interesting we can stick - in there? -