X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=232721b5613e5168aa89bdc82fb2ac4db28b2665;hb=bb52b364e4dde1504e8a3c4db4bedf19d39b8027;hp=34b771a05e87175d34d4ce5dd151eb8f68730d16;hpb=9f6c5fdc8776506a0183270cfe64f4442e4ced13;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index 34b771a..232721b 100644 --- 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!).