On Jul 14, 2004, at 5:01 PM, [EMAIL PROTECTED] wrote:
+If a directory t/lib exists from where the tests are run, adjust [EMAIL PROTECTED] so that this directory is added when running the tests, +both within t/TEST and within t/conf/modperl_inc.pl. +This allows inclusion of modules specific to the tests that +aren't intended to be installed. [Stas, Randy]
Oh, nice! Now maybe I'll be able to get rid of this in my t/conf/extra.conf.in:
<Perl> use File::Spec::Functions qw(catdir); use lib catdir '@ServerRoot@', 'lib'; use lib catdir '@ServerRoot@', '..', 'blib'; use lib catdir '@ServerRoot@', '..', 'lib'; </Perl>
Yes?
Regards,
David