[Dbix-class] Re: Resultset classes and auto-loading

Brandon Black blblack at gmail.com
Fri May 11 19:36:36 GMT 2007


On 5/10/07, Christopher H. Laco <claco at chrislaco.com> wrote:
> Brandon Black wrote:
> >
> > You don't, you can assume, I think.  I think it would be even better
> > to wait for mro.pm and do it as a patch to the existing CAG though.
> > CAG::C3 looking at Class::C3 stuff won't work for people doing C3
> > without Class::C3 on perl 5.9.5+, whereas the mro.pm approach will,
> > since it's a backport of those 5.9.5+ interfaces.
> >
> > -- Brandon
> >
> >
> Very true....so, get it done already. :-)
>

To prevent older CPANs from getting confused, I released it as the
module "MRO::Compat".  It does nothing on 5.9.5, and provides all the
same mro::* magic as 5.9.5 on older Perls (in a slower and dumber way,
 but the interfaces are compatible).

It's on the way to CPAN as a dev release now, or available here:

http://www.dtmf.com/MRO-Compat-0.01_01.tar.gz

-- Brandon



More information about the Dbix-class mailing list