Memory leaks have gone, oh happy days are here again..
Tomas Doran [Wed, 7 Jan 2009 03:46:42 +0000 (03:46 +0000)]
TODO
lib/Catalyst/Upgrading.pod

diff --git a/TODO b/TODO
index be81bbe..fa050f1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,7 +5,6 @@ Back-compat investigation:
     - Catalyst-Engine-XMPP2
     - Catalyst-Engine-HTTPEngine
     - Catalyst-Engine-HTTP-Prefork
-    - Catalyst-Engine-SCGI
     - Catalyst-Engine-Wx
 
 Known issues:
@@ -32,8 +31,6 @@ Known issues:
        - Conflict with each other: $c->config->{debug}->{foo} = 'bar'
          now breaks, unsure why..
 
-  - Fix memory leaks (I already tried Devel::Leak::Object, but no joy).
-
 Cleanups:
 
   - Update Test suite to not assume MyApp ISA Controller
@@ -56,11 +53,7 @@ Documentation:
        - How to write Moosified Catalyst components.
 
    - Fix the Roadmap to be less full of lies.
-      
-   - Document all other known failure cases / upgrade issues.
-   
-   - Tidy up / finish off incompatibility warnings etc.
-   
+
    - Catalyst/Upgrading.pod
 
 Reported bugs:
index 8bc2209..781b821 100644 (file)
@@ -45,6 +45,10 @@ FIXME
 
 FIXME Warning
 
+=head2 $c->plugin method
+
+Deprecated
+
 =head2 Components which inherit Catalyst::Component's COMPONENT method, who's new method does not return a true value.
 
 Previously if your new method returned a false value, then your class' configuration would be blessed into a hash on your behalf,