X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=29c4f6c7f29968b4fdebe5a87e6de294841c0ceb;hb=e99ec2dcc083716c88a86a89b9017c6a78a260a9;hp=f8d31ffc6326359534e24576ec6fbf42ed722b1a;hpb=19a24dbb5b7329841b77ce80102c85c6bb137dee;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index f8d31ff..29c4f6c 100644 --- a/TODO +++ b/TODO @@ -1,16 +1,5 @@ -Known issues: +Compatibility: -Documentation: + - $self->config should warn as config should only ever be called as a + class method. - - Catalyst/Upgrading.pod needs brushing up - - - Warning when you pass $c->model("MyApp::Model::Foo") is the generic - warning for regex fall back. Should be more specific about what you - screwed up, and the docs for $c->model should be more explicit about - what is expected. This probably also applies to view/controller. - - - Run more smokes - -Profiling: - - - vs 5.70 and optimisation as needed on perl 5.8 (5.10 is already faster!).