[Catalyst-commits] r9191 - in Catalyst-Runtime/5.80/trunk: . lib/Catalyst

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Wed Feb 4 14:23:38 GMT 2009


Author: rafl
Date: 2009-02-04 14:23:38 +0000 (Wed, 04 Feb 2009)
New Revision: 9191

Modified:
   Catalyst-Runtime/5.80/trunk/TODO
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
Log:
List assignment to MX::Emulate::CAF accessors now works.

Modified: Catalyst-Runtime/5.80/trunk/TODO
===================================================================
--- Catalyst-Runtime/5.80/trunk/TODO	2009-02-04 01:43:03 UTC (rev 9190)
+++ Catalyst-Runtime/5.80/trunk/TODO	2009-02-04 14:23:38 UTC (rev 9191)
@@ -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

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2009-02-04 01:43:03 UTC (rev 9190)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2009-02-04 14:23:38 UTC (rev 9191)
@@ -158,17 +158,6 @@
 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




More information about the Catalyst-commits mailing list