Doc for MX::E::CAF list assign bug, TODO updates incl Prefork tested
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Upgrading.pod
index e2d49fa..a2d30ba 100644 (file)
@@ -107,7 +107,14 @@ the first COMPONENT method in your @ISA.
 
 =head2 Assigning lists to accessors
 
-FIXME
+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