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

Changes for version 0.04

  • Fixed open() to work with versions of Perl < 5.6
  • More extensive overriding of Test::Builder internals. I tried to subclass it but it's not designed to be subclassed and much pain ensued.
  • Dump file now has all "run_the_tests" lines at the top and the packages below them. This makes for easier debugging as you can comment out test packages one by one simply by commenting out its "run_the_tests" line.
  • Fixed bug where runtests() would run tests in a different order from the dump file.
  • Fixed bug where Test::NoWarnings would try to run a test after the plan was output.

Modules

Aggregate *.t tests to make them run faster.