[Catalyst-commits] r9026 - in Catalyst-Runtime/5.80/trunk: . lib/Catalyst

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Jan 7 03:46:42 GMT 2009


Author: t0m
Date: 2009-01-07 03:46:42 +0000 (Wed, 07 Jan 2009)
New Revision: 9026

Modified:
   Catalyst-Runtime/5.80/trunk/TODO
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
Log:
Memory leaks have gone, oh happy days are here again..

Modified: Catalyst-Runtime/5.80/trunk/TODO
===================================================================
--- Catalyst-Runtime/5.80/trunk/TODO	2009-01-07 03:46:35 UTC (rev 9025)
+++ Catalyst-Runtime/5.80/trunk/TODO	2009-01-07 03:46:42 UTC (rev 9026)
@@ -5,7 +5,6 @@
     - Catalyst-Engine-XMPP2
     - Catalyst-Engine-HTTPEngine
     - Catalyst-Engine-HTTP-Prefork
-    - Catalyst-Engine-SCGI
     - Catalyst-Engine-Wx
 
 Known issues:
@@ -32,8 +31,6 @@
        - 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 @@
        - 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:

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2009-01-07 03:46:35 UTC (rev 9025)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2009-01-07 03:46:42 UTC (rev 9026)
@@ -45,6 +45,10 @@
 
 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,




More information about the Catalyst-commits mailing list