X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=44f794d0fdf36cd51c4b94f143588eaa52537181;hb=76721d3c6f8660effa365b8c1574b1e87f4973cb;hp=36e8940793277485c7568d776685337cac80dd3c;hpb=edb20ed3aaf578b6784f7e0a52ed8c00f05f2718;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index 36e8940..44f794d 100644 --- a/TODO +++ b/TODO @@ -33,6 +33,15 @@ Back-compat investigation / known issues: - CatalystX-CRUD fails tests against 5.80 (karpet) + - Catalyst-Plugin-Authorization-ACL fails as + Catalyst::Dispatcher::_do_forward does not fix arguments if you throw + an exception. Needs a test case (Caelum) + + - 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)