>   +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]

for the record, you could always do this - I stick my test-specific modules
right in t/, such as t/My/Handler.pm.

but I guess it makes sense to have them all under a common t/lib so that t/
isn't sprinkled with a dozen different namespaces.  so +1 after the fact ;)

--Geoff

Reply via email to