Renaming all the attributes, as making them _private breaks multiple plugins. See...
[catagits/Catalyst-Runtime.git] / TODO
diff --git a/TODO b/TODO
index 9c225aa..694dc0e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -9,6 +9,8 @@ Pending patches:
   
 Back-compat investigation / known issues:
 
+  - FIXME notes in Catalyst::Dispatcher
+
   - Common engine test failures, look into and get tests into core.
 
   - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol 
@@ -18,6 +20,10 @@ Back-compat investigation / known issues:
   - Run another round of repository smokes against latest 5.80 trunk, manually
     go through all the things which are broken (t0m).
     
+     - Catalyst::Plugin::Authorization::ACL
+     - Catalyst::Plugin::Server
+       - Should hopefully be fixed now..
+     
      - Catalyst-Plugin-Cache dies due to mk_accessors('meta')
     
      - Catalyst-Action-REST appears to have real issues, investigate