Changes for version 0.35_02

  • Deprecate tests run in BEGIN/END/CHECK/INIT. See http://use.perl.org/~Ovid/journal/38974 for more information.
  • check_plan, if set, is now done at the end of each test instead of the end of all tests.
  • Make it work with the Test::Builder 0.88 and previous versions.
  • Embed the calling test script name in a comment at the top of the dump file.
  • Fix a doc typo (thanks to Offer Kaye for the report)
  • Cleaned up some tests.

Changes for version 0.35_01

  • Make 'exit()' scream loudly if called.
  • Move Test::Aggregate::Builder globals into a hashref in the object. Further encapsulation to come later.
  • Export &run_this_test_program from Test::Aggregate to make dump files cleaner.
  • Reorganize the test suite to avoid false negatives.

Modules

Aggregate *.t tests to make them run faster.
Internal overrides for Test::Builder.