Renaming all the attributes, as making them _private breaks multiple plugins. See...
[catagits/Catalyst-Runtime.git] / TODO
diff --git a/TODO b/TODO
index 8e3aafe..694dc0e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,16 @@
 Pending patches:
   - meta test for MX::Emulate::CAF needed by Catalyst::Plugin::Cache::Curried
-
+  
+  - Class::Accessor::Chained::Fast test for MX::Emulate::CAF, to fix 
+    HTML::Widget
+  
+  - Re-opening packages with MX::Emulate::CAF (for 
+    Catalyst::Plugin::HashedCookies)
+  
 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 
@@ -12,9 +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-Server dies due to "package is not defined" error
-       which was reduced to a warning, retest.
-    
+     - 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
@@ -33,10 +42,6 @@ Back-compat investigation / known issues:
      - Catalyst-Plugin-Setenv
      - Catalyst-Plugin-RequireSSL - Bullshit 'cannot locate' errors
                                     Bug in smoke test rig.
-                                    
-     - Catalyst::Plugin::HTML::Widget - Undefined subroutine 
-       &HTML::Widget::Result::attributes called at 
-       lib/perl5/HTML/Widget/Result.pm line 68.
 
   - Issues with TWMC not being loaded when it used to be in 5.70 
     (Bill Moseley)