Changes for version 0.20

  • 'startup' and 'shutdown' are no longer called in BEGIN/END blocks. They were getting rather tricky due to timing issues. This may change in the future.
  • Added 'check_plan' attribute. This allows us to verify the plan of those test programs which have one (experimental).
  • Added 'test_nowarnings' attribute. This can be used to disable C<Test::NoWarnings>.
  • Reworked some of the Test::Builder changes to minimize the amount of monkey patching and to make the intent clearer.
  • Verbosity is now 0, 1, or 2. If '1' is verbosity, we only show test failures.
  • We now maintain the Build.PL and Makefile.PL files separately due to issues with the latter not supporting the features of the former.
  • Eliminated some bogus tests added which were only there to show you which aggtest was being run.
  • Fixed the dates in the Changes file.

Modules

Aggregate *.t tests to make them run faster.