haertig has asked for the wisdom of the Perl Monks concerning the following question:
It fails in the "make test" section complaining that Test::More is is not in @INC. It dumps @INC and sure enough, my personal libraries (where Test::More is located) are not listed, even though my PERLLIB points to them.
If I go to the cpan module's build directory that was automatically created for Data::Dumper and manually run "make test", all works fine ... it picks up my PERLLIB as I'd expect and thus finds Test::More.
Am I missing some config option for the CPAN module?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CPAN module, make test, ignores PERLLIB?
by brian_d_foy (Abbot) on Mar 17, 2005 at 19:37 UTC | |
by haertig (Initiate) on Mar 17, 2005 at 19:52 UTC | |
|
Re: CPAN module, make test, ignores PERLLIB?
by Fletch (Bishop) on Mar 17, 2005 at 21:55 UTC | |
by haertig (Initiate) on Mar 17, 2005 at 22:51 UTC |