On Fri, 10 May 2002, Automated Perl Test Account wrote: > This is an error report generated automatically by CPANPLUS. > Below is the error stack during 'make test': > > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > -I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 > test.pl 1..1 Can't locate Apache/AuthCookie.pm in @INC [ ... ]
Although the existence of required modules can be checked for within Makefile.PL with the use of PREREQ_PM, not everyone uses this, or some do it in different ways, so it seems extreme to give this a failure based on Apache::AuthCookie not being previously installed. Perhaps CPANPLUS should be configured to automatically send only PASS reports, with the other grades needing human inspection before being sent? best regards, randy kobes
