Subject: | Bad "make test" |
Show quoted text
cpan> test Pixie
Running test for module Pixie
Running make for J/JD/JDUNCAN/Pixie-2.06.tar.gz
Is already unwrapped into directory /opt/perl/cpan/build/Pixie-2.06
Has already been processed within this session
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00simple.........ok 18/36Can't locate BerkeleyDB.pm in @INC (@INC contains: ../lib /Volumes/UFS/opt/perl/cpan/build/Pixie-2.06/blib/lib /Volumes/UFS/opt/perl/cpan/build/Pixie-2.06/blib/arch /sw/lib/perl5 /opt/perl/snap/lib/5.8.1/darwin /opt/perl/snap/lib/5.8.1 /opt/perl/snap/lib/site_perl/5.8.1/darwin /opt/perl/snap/lib/site_perl/5.8.1 /opt/perl/snap/lib/site_perl .) at /Volumes/UFS/opt/perl/cpan/build/Pixie-2.06/blib/lib/Pixie/Store/BerkeleyDB.pm line 4.
BEGIN failed--compilation aborted at /Volumes/UFS/opt/perl/cpan/build/Pixie-2.06/blib/lib/Pixie/Store/BerkeleyDB.pm line 4.
Compilation failed in require at (eval 45) line 3.
And it just gets worse from there.
Either BerkeleyDB is required, and you failed to note it in the prereq (and thus I cannot use it on Mac OSX because it won't compile), or it's not, and therefore your tests should be conditional.