X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=8c5bc680f1fb3cc8666ec0a77f5c0a059c4659e9;hb=f1fa79919e2ffd6a1f8219a9883ab3daeb725bf1;hp=2dc0bfdbdd3cef5a623da46229e576ecf1f2b1f9;hpb=3db3a59fefa0cd2859282f7a3e0429a7152637c5;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index 2dc0bfd..8c5bc68 100644 --- a/TODO +++ b/TODO @@ -1,20 +1,6 @@ -Pre 0004: - - - Certain errors in your application to do with using other code which does - not exist can cause an 'Unknown error' issue. - - This is now fixed, by moving back to B::Hooks::EndOfScope, but this (used - to) cause issues with the following modules: - - - Catalyst-Authentication-Credential-HTTP - - according to comments in r8991. Retest these before shipping anything.. - - - Document method modifiers called on things before setup not working in your app class. - Known Bugs: - - Bug ->go or ->visit causes actions which have Args or CaptureArgs caled + - Bug ->go or ->visit causes actions which have Args or CaptureArgs called twice when called via ->go or ->visit. Test app: http://github.com/bobtfish/catalyst-app-bug-go_chain/tree/master