On 29 Nov 2007 20:20:29 +0100, Slaven Rezic <[EMAIL PROTECTED]> wrote: > Is a workaround possible? Maybe you could turn the contents of > PERL5LIB into a series of -I switches for "make test"? Or create a > file with a series of "use lib" statements, and this file is used by > all test scripts?
I thought that Test::Harness 3.0 does this automatically? I.e. CPAN/CPANPLUS sets PERL5LIB, then Test::Harness converts that into -I switches before executing each .t file. If you can get T::H 3.0 working, it might be worth a try. David
