And fixes for the CDI issue, this is getting really yucky..
[catagits/Catalyst-Runtime.git] / TODO
diff --git a/TODO b/TODO
index 36e8940..44f794d 100644 (file)
--- 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)