Make Catalyst::Engine::Apaches tests pass.
[catagits/Catalyst-Runtime.git] / TODO
diff --git a/TODO b/TODO
index cdf6f34..fce0aca 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,6 @@
 Pending patches:
   - meta test for MX::Emulate::CAF needed by Catalyst::Plugin::Cache::Curried
-  
-  - Bump MX::Emulate::CAF for fixes to t/double_apply.t 
-  
+    
 Back-compat investigation / known issues:
 
   - Plugins with new methods.
@@ -12,7 +10,8 @@ Back-compat investigation / known issues:
     - Generally unhappy with the on_end_of_scope immutable approach,
       try removing new method from plugins (and emitting warning).
 
-  - Common engine test failures, look into and get tests into core.
+  - Engine test failures, look into and update tests / do fixes as
+    needed.
 
   - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol 
     table as methods, tests + fix, or explanation and documentation?
@@ -26,17 +25,13 @@ Back-compat investigation / known issues:
      - Catalyst::Plugin::HTML::Widget
        - Should hopefully be fixed now..
      
+     - Catalyst-Log-Log4perl Deep recursion on subroutine "MockApp::setup" 
+       (rafl)
+     
      - Catalyst-Plugin-Cache dies due to mk_accessors('meta')
-    
-     - Catalyst-Action-REST appears to have real issues, investigate
-    
-     - Catalyst-Model-Search ditto
      
-     - CatalystX-CRUD ditto
-    
-     - Catalyst-Engine-Apache - Deep recursion on subroutine 
-       "Catalyst::Action::execute", investigate once all other tests pass
-    
+     - CatalystX-CRUD fails tests against 5.80 (karpet)
+
   - Issues with TWMC not being loaded when it used to be in 5.70 
     (Bill Moseley)