List assignment to MX::Emulate::CAF accessors now works.
Florian Ragwitz [Wed, 4 Feb 2009 14:23:38 +0000 (14:23 +0000)]
TODO
lib/Catalyst/Upgrading.pod

diff --git a/TODO b/TODO
index d96f8f7..f42f480 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,5 @@
 Known issues:
 
-     - MX::Emulate::CAF - list assignment (see notes in Upgrading.pod and
-       branch in svn)
-
 Documentation:
 
    - Catalyst/Upgrading.pod needs brushing up
index fee1256..b370334 100644 (file)
@@ -158,17 +158,6 @@ Therefore the correct fix is to re-arrange your class' inheritance
 hierarchy so that the COMPONENT method you would like to inherit is
 the first COMPONENT method in your @ISA. 
 
-=head2 Assigning lists to accessors
-
-Accessors generated by Class::Accessor::Fast will, when multiple values
-are assigned to them, store a reference to a list automatically for you.
-
-This is not currently supported by MooseX::Emulate::Class::Accessor::Fast,
-and only the first value in the list will be stored.
-
-If you are relying on this behavior, and inheriting mk_accessors from a
-Catalyst component, then your code will fail.
-
 =head1 WARNINGS
 
 =head2 Methods in Catalyst::Dispatcher