More docs
[gitmo/MooseX-Role-Parameterized.git] / TODO
diff --git a/TODO b/TODO
index 0419432..ce785be 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,18 +1,3 @@
-+ Anonymous roles need work!
-    - We should be able to say Moose::Meta::Role->create_anon_role.
-    - Anonymous roles should not have the same strictures as regular roles
-        * For example, regular roles have to deal with imported functions;
-          anonymous roles shouldn't have to.
-    - Role exclusion is done by name, so anonymous roles should not even be
-      checked. Fix this and t/003-apply.t will pass all of its tests. (Start
-      by just commenting it out :))
-    - The get_method_map and add_method overrides in Meta::Role::Parameterized
-      are a hack. Fix them correctly in Moose.
-
-+ We need to reimplement all of the keywords of Moose::Role. So far I have "has"
-  (and added "method" for various reasons). They need to operate on
-  $CURRENT_METACLASS instead of caller.
-
 + There is literally zero documentation.
 
 + Tests could be improved too! Failing tests more than welcome.
@@ -36,4 +21,3 @@
 + Parameters is an empty superclass. Is there anything interesting we can stick
   in there?
 
-+ Factor out all class names used in methods; use existing class-name methods