On 7 Jun 2002, Matt Sergeant wrote:

> On Fri, 2002-06-07 at 07:58, Automated Perl Test Account wrote:

> > --
> > This is an error report generated automatically by CPANPLUS.
> > Below is the error stack during 'make test':
> >
> > t/04args.....Can't locate Net/Server/PreFork.pm in @INC
[ .. ]
> Testers,
>
> I'm not sure what's happening here - PPerl has Net::Server in it's
> PREREQ_PM list. Is CPANPLUS not following that prereq? Or do I need to
> specify a higher version (I think I specify 0 right now)?
>
> Matt.
>

This is a guess, but from what I understand, cpanplus is supposed
to follow PREREQ_PMs (which are specified here) and build and
test them, but not install them. If this is successful, it then
tests the package that had the PREREQ_PMs, and includes the
PREREQ_PMs by shoving into @INC the appropriate build location
used earlier. However, if this inclusion is done through the use
of an environment variable, it may be losing that information
through the definition of %ENV in t/04args.t.

best regards,
randy kobes

Reply via email to