reverting change: the correct answer is,
authorDaisuke Maki <dmaki@cpan.org>
Wed, 4 Mar 2009 01:43:49 +0000 (01:43 +0000)
committerDaisuke Maki <dmaki@cpan.org>
Wed, 4 Mar 2009 01:43:49 +0000 (01:43 +0000)
commit3aadb773974c5f2d24ea1e0f1ca439f1a5e49825
treedc963447e69c0f06f0da01af2b6a7ec2595a4a0d
parent15ce26e85c2948fc21bf594780b8562c97faf27a
reverting change: the correct answer is,
    - when an attribute contains a trigger which may run upon
      initialization, you need to make sure that the associated
      trigger doesn't use another attribute, OR
    - that attribute that gets used is declared with a "lazy"
      attribute, so that the accessor generates an inlined
      initialization code
lib/Mouse/Meta/Attribute.pm