doc clarification
[catagits/Catalyst-Runtime.git] / TODO
diff --git a/TODO b/TODO
index 68132aa..5669c63 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,12 +1,13 @@
+Bugs:
+   - Make logging levels properly additive.
+   - Stats bugs?
+   - Moose tests failing - new MX::MethodAttributes helps with this somewhat.
+   - HTTP::Request::AsCGI 0.8
 
-  - Add Class::Accessor compats
-    * Catalyst::Request
-    * Catalyst::Response
-    * Catalyst::Dispatcher
-    * Catalyst::Request::Upload
-    * Catalyst::Action
-    * Catalyst::ActionChain
-    * Catalyst::ActionContainer
+   - Chained bugs in http://github.com/bobtfish/catalyst-app-bug-go_chain/tree/master
 
-  - Make classes immutable at setup() time
+Compatibility:
+
+   - $self->config should warn as config should only ever be called as a
+     class method.