[Dbix-class] dbic >=0.8 on bleadperl and MRO::Compat

Brandon Black blblack at gmail.com
Thu Sep 13 20:02:12 GMT 2007


On 9/13/07, Josef Chladek <josef.chladek at gmail.com> wrote:
> hello list,
>
> actually I am trying to install MojoMojo, which needs DBIC>=0.8,
> which needs Class::Accessor::Grouped, which needs MRO::Compat
>
> MRO::Compat fails to build:
> t/10basic...........ok 1/11Undefined subroutine &mro::get_isarev
> called at t/10basic.t line 28.
> t/15pkg_gen.........Undefined subroutine &mro::get_pkg_gen called at
> t/15pkg_gen.t line 15.
>
> I use bleadperl with brandon's patch (C3 mro) on my local dev-
> machine, what is needed to install DBIx::Class in that case?
>

If you're manually using one of my old patches, your bleadperl is way
out of date.  Either pull the latest bleadperl, or perl5.9.5, and use
them as-is (they both have the mro stuff included).

-- Brandon



More information about the DBIx-Class mailing list