The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08 - 2011-04-12

  • This module can now run tests in parallel if you have Parallel::ForkManager installed. See the docs for details.
  • The test_module() sub has been deprecated in favor a new sub, test_modules(). If you use test_module(), you can't ever run tests in parallel.
  • We now defer loading CPAN.pm and related modules until tests are running. This avoids the possibility of CPAN prompting for config if Test::DependentModules is loaded but not actually used.

Modules

Test all modules which depend on your module