[Catalyst-commits] r9444 - Catalyst-Runtime/5.80/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Fri Mar 6 22:51:54 GMT 2009


Author: t0m
Date: 2009-03-06 22:51:54 +0000 (Fri, 06 Mar 2009)
New Revision: 9444

Modified:
   Catalyst-Runtime/5.80/trunk/TODO
Log:
Take 2, update TODO

Modified: Catalyst-Runtime/5.80/trunk/TODO
===================================================================
--- Catalyst-Runtime/5.80/trunk/TODO	2009-03-06 22:48:37 UTC (rev 9443)
+++ Catalyst-Runtime/5.80/trunk/TODO	2009-03-06 22:51:54 UTC (rev 9444)
@@ -1,12 +1,14 @@
 Compatibility:
-   - Deal with component downwards compatibility in 5.71 (make 5.71 call
-     mooses construction logic so that attributes get initialized etc).
-   - Provide an extension so that components can have a Moose::Object
-     constructor and an @ISA which makes c3 happy on both 5.7X and 5.8X.
 
    - $self->config should warn as config should only ever be called as a
      class method.
 
+   - Need at least good docs on how C3 fail occurs.
+
+Bugs:
+
+  - Fix the bleedin visit bug
+
 Testing:
 
    - Run more smokes




More information about the Catalyst-commits mailing list