[Dbix-class] something strange with Class::Accessor::Fast and DBIx::Class

stephen joseph butler stephen.butler at gmail.com
Fri May 25 01:23:10 GMT 2007


On 5/24/07, Brandon Black <blblack at gmail.com> wrote:
> Yes, this is really weird, but unfortunately expected, behavior.  This
> is a good example of two of the fundamentally ugly things about
> Class::C3 that were unavoidable in pure perl but fixed in the 5.9.5
> implementation.  (1) That an explicit runtime initialize() method is
> needed, and (2) That inheritance is fixed up by "caching" superclass
> subroutines directly into subclasses as if they were local methods.

Ahh... I remember reading all about that somewhere a couple weeks ago
(probably in the Class::C3 docs). Totally forgot; thanks for reminding
me.



More information about the Dbix-class mailing list