X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=TODO;h=232721b5613e5168aa89bdc82fb2ac4db28b2665;hp=68132aabec5841489b7e962402a5b32ca83936fa;hb=4ac0b9cb8e9043db8a95f44af685c782bf9426e7;hpb=059c085bfcead450e70ace9ef193aa99ac2ab37d diff --git a/TODO b/TODO index 68132aa..232721b 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,14 @@ +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. +Testing: + + - Run more smokes + +Profiling: + + - vs 5.70 and optimisation as needed on perl 5.8 (5.10 is already faster!).