List assignment to MX::Emulate::CAF accessors now works.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Upgrading.pod
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