[Dbix-class] Class::C3::XS dev release

Brandon Black blblack at gmail.com
Mon Apr 16 11:43:54 GMT 2007


On 4/16/07, Josef Chladek <josef.chladek at boerse-express.com> wrote:
> hmmm, although make builds the .xs file, make test can't find it, even
> after install make test won't find it in it's installed place...
>
> make test
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/00_load....
> #   Failed test 'use Class::C3::XS;'
> #   at t/00_load.t line 9.
> #     Tried to use 'Class::C3::XS'.
> #     Error:  Can't locate loadable object for module Class::C3::XS
> in @INC (@INC contains: /root/Class-C3-XS-0.01_01/blib/lib /root/
> Class-C3-XS-0.01_01/blib/arch /etc/perl /usr/local/lib/perl/5.8.8 /
> usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/
> perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at (eval 3)
> line 2
> # Compilation failed in require at (eval 3) line 2.
> # BEGIN failed--compilation aborted at t/00_load.t line 9.
> # Looks like you failed 1 test of 1.
> t/00_load....dubious
>

This may be an issue with M::B -> MakeMaker compat, I was only using
M::B when testing it locally.  Can you try "perl Build.PL; ./Build;
./Build test; ./Build install", etc?

-- Brandon



More information about the Dbix-class mailing list