X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FUpgrading.pod;h=b37033472c8005502eaabd4fa33e71700f0fafa8;hp=fee12566a1c045a3c1fac4938e34c016072fdc8c;hb=3df8be3a51ac163e99d2ee87f7a819f02787e592;hpb=516a5fe854c94d0540a91a3d10e0109e3a9bc1d7 diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index fee1256..b370334 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -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