On Tue, Aug 20, 2002 at 11:49:56PM +0100, Dans Testorama wrote: > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib >-I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 -e 'use Test::Harness >qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/00compile.........Can't locate Test/More.pm in @INC (@INC contains: >/usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 >/usr/local/lib/perl5/site_perl/5.005/i386-freebsd >/usr/local/lib/perl5/site_perl/5.005) at t/00compile.t line 3. > BEGIN failed--compilation aborted at t/00compile.t line 3. > dubious > Test returned status 2 (wstat 512, 0x200)
Your installation of Test::More didn't work or it was installed somewhere outside your @INC for some reason. It's in the Archive::Any prereqs. -- Michael G. Schwern <[EMAIL PROTECTED]> http://www.pobox.com/~schwern/ Perl Quality Assurance <[EMAIL PROTECTED]> Kwalitee Is Job One The truth is you suck!
