X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FUpgrading.pod;h=a2d30bac1ce9a634abe059f08a497a6078ef1ddd;hb=cb092ef3a99b53b22c590fe9c0f96986909849b3;hp=e2d49fa127c6042ab01cb1c9b6e727f68569ce04;hpb=6c04a1eadc9d788231680a9ae7bff50d448899a3;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index e2d49fa..a2d30ba 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -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