X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=44f794d0fdf36cd51c4b94f143588eaa52537181;hb=76721d3c6f8660effa365b8c1574b1e87f4973cb;hp=3b26ba36eae03319a63a93a37a6e1c5ba73f8e3f;hpb=df3ea11bb1ad740663f2a4c909fba71612aa6a48;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index 3b26ba3..44f794d 100644 --- a/TODO +++ b/TODO @@ -37,9 +37,10 @@ Back-compat investigation / known issues: Catalyst::Dispatcher::_do_forward does not fix arguments if you throw an exception. Needs a test case (Caelum) - - Catalyst::Plugin::Authentication::Store::DBIC fails as - overriding the setup_finished class data method in a plugin no longer - works correctly (see t/cdi_backcompat_accessor_override.t). + - Catalyst::Plugin::Authentication::Store::DBIC relies on + hooking the setup_finished class data method in a plugin + (see t/cdi_backcompat_accessor_override.t). + Is this insane / should we support this? - Issues with TWMC not being loaded when it used to be in 5.70 (Bill Moseley)