X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=cf5fed59e7e1db1bd0f7cdb1169007b694a7cd24;hb=02298d3acbba3136f6c216651373a479f171e50e;hp=68132aabec5841489b7e962402a5b32ca83936fa;hpb=e8b9f2a92084b3b9dab6b2b879900481b8548b3b;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index 68132aa..cf5fed5 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,18 @@ +Compatibility: - - Add Class::Accessor compats - * Catalyst::Request - * Catalyst::Response - * Catalyst::Dispatcher - * Catalyst::Request::Upload - * Catalyst::Action - * Catalyst::ActionChain - * Catalyst::ActionContainer + - $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. +Bugs: + + - Fix the bleedin visit bug + +Testing: + + - Run more smokes + +Profiling: + + - vs 5.70 and optimisation as needed on perl 5.8 (5.10 is already faster!).