cannot run tests when using PERL5LIB (e.g. when using local::lib)

Max Kanat-Alexander mkanat at bugzilla.org
Thu Feb 11 21:37:59 UTC 2010


On 02/11/2010 01:33 PM, Gabor Szabo wrote:
> When trying to run ./runtests.pl the test t/001compile.t blows up as I am using
> local::lib and I have PERL5LIB configured to locate the privately installed
> modules.
> 
> This patch fixes it.
> Does it look reasonable?

	Hmm, why doesn't PERL5LIB get passed to the backticks?

	You can just use prove on the tests, too, it works OK.

	Also, you can use install-module.pl to install modules locally in
Bugzilla's lib dir if you want, too, and that wouldn't require PERL5LIB.

	-Max
-- 
http://www.everythingsolved.com/
Competent, Friendly Bugzilla and Perl Services. Everything Else, too.



More information about the developers mailing list