On Oct 28, 2007, at 9:56 AM, [EMAIL PROTECTED] wrote:
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 /home/david/cpantesting/perl-5.6.2/bin/perl "-
Iblib/lib" "-Iblib/arch" test.pl
1..19
Can't locate DB_File.pm in @INC (@INC contains: blib/lib blib/arch /
home/david/cpantesting/perl-5.6.2/lib/5.6.2/i686-linux /home/david/
cpantesting/perl-5.6.2/lib/5.6.2 /home/david/cpantesting/perl-5.6.2/
lib/site_perl/5.6.2/i686-linux /home/david/cpantesting/perl-5.6.2/
lib/site_perl/5.6.2 /home/david/cpantesting/perl-5.6.2/lib/
site_perl .) at blib/lib/Tie/DB_Lock.pm line 6.
BEGIN failed--compilation aborted at blib/lib/Tie/DB_Lock.pm line 6.
Compilation failed in require at test.pl line 8.
BEGIN failed--compilation aborted at test.pl line 8.
make: *** [test_dynamic] Error 2
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
Probably I should have DB_File in the prereqs even though it's core,
but how come it can't be found? It's a core module.
-Ken