Janek Schleicher <[EMAIL PROTECTED]> writes: > A good solution from my point of view would be, > if you could use Makefile.PL to do this job, > perhaps similar to > 'PREREQ_PM' => { ... } > a > 'PREREQ_TEST_PM' => { ... } > statement, > warning the user that the test can't be done without a specific module, > and the module CPAN could ask whether to install.
So the options are: - download and install Test - download and use, but not install - skip the tests. -- Johan