X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=cf5fed59e7e1db1bd0f7cdb1169007b694a7cd24;hb=269194b4f9de3905430a2d1f21f68da13b2b9ed9;hp=b8cffd18bf0c3802ff6743d509f4b08a5a40979e;hpb=a127b1987f6a2a69e0128fd51b7e989e7438c313;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index b8cffd1..cf5fed5 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,14 @@ Compatibility: - - Deal with component downwards compatibility in 5.71 (make 5.71 call - mooses construction logic so that attributes get initialized etc). - - Provide an extension so that components can have a Moose::Object - constructor and an @ISA which makes c3 happy on both 5.7X and 5.8X. - $self->config should warn as config should only ever be called as a class method. + - Need at least good docs on how C3 fail occurs. + +Bugs: + + - Fix the bleedin visit bug + Testing: - Run more smokes