X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=d8eefc454f0749d557c21474095ebeef24d3f417;hb=b553e30c12cade787e4c26ca54f19983577bdb30;hp=68132aabec5841489b7e962402a5b32ca83936fa;hpb=e8b9f2a92084b3b9dab6b2b879900481b8548b3b;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index 68132aa..d8eefc4 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,12 @@ +Bugs: + - Make logging levels properly additive. + - Stats bugs? + - Moose tests failing - new MX::MethodAttributes helps with this somewhat. - - 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.