in reply to CPAN module, make test, ignores PERLLIB?

Just to toss out a possibility, perhaps something has defined PERL5LIB and that's overriding your PERLLIB (see perldoc perlrun for more details).

Replies are listed 'Best First'.
Re^2: CPAN module, make test, ignores PERLLIB?
by haertig (Initiate) on Mar 17, 2005 at 22:51 UTC
    I tried setting PERL5LIB, then PERLLIB, then both ... to no avail. My environment should be the same for both the failing "cpan" command and the successful manual "make test" command, since I'm running one right after the other at the command prompt of the same login shell.