X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=cf5fed59e7e1db1bd0f7cdb1169007b694a7cd24;hb=269194b4f9de3905430a2d1f21f68da13b2b9ed9;hp=bec19e9db61616f2efeb5906a9331c5c2ce3a829;hpb=35ea2ce8f440c1a94408a6e8f4ec169e907b940b;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index bec19e9..cf5fed5 100644 --- a/TODO +++ b/TODO @@ -1,24 +1,17 @@ -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 + - Need at least good docs on how C3 fail occurs. - - 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. +Bugs: - - Run more smokes - - - Test/document ->Class::MOP::Object::meta call in ::ClassData + - Fix the bleedin visit bug - - Change dispatcher and upgrade docs appropriately (no new method needed) +Testing: - - Using anything ::[CMV]:: should warn (once, on boot). - - - TestApp should not use NEXT. There should be a TestAppNEXTCompat - which does but is standalone.. + - Run more smokes Profiling: