include test for failure mode
[catagits/Catalyst-Runtime.git] / TODO
diff --git a/TODO b/TODO
index 34b771a..232721b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,14 +1,14 @@
+Compatibility:
 
-  - Add Class::Accessor compats
-    * Catalyst::Request
-    * Catalyst::Response
-    * Catalyst::Dispatcher
-    * Catalyst::Request::Upload
-    * Catalyst::Action
-    * Catalyst::ActionChain
-    * Catalyst::ActionContainer
-    * Catalyst::Log
-    * Catalyst::Exception
+   - $self->config should warn as config should only ever be called as a
+     class method.
 
-  - Make classes immutable at setup() time
+   - Need at least good docs on how C3 fail occurs.
 
+Testing:
+
+   - Run more smokes
+
+Profiling:
+
+  - vs 5.70 and optimisation as needed on perl 5.8 (5.10 is already faster!).