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

Changes for version 0.36

  • Mark for production.
  • Removed 'dump.t' files in tests.
  • Improve Test::Aggregate::Nested docs.
  • Removed some dead code.
  • Suppress multiple plans (#48352, Chisel Wright)

Changes for version 0.35_07

  • Added missing files to MANIFEST.

Changes for version 0.35_06

  • Added support for nested TAP via Test::Aggregate::Nested.
  • I really, really need to get a real release out.

Changes for version 0.35_05

  • Removed bogus test file throwing my counts off. No wonder all tests were failing for people!
  • Remove development lib links.

Changes for version 0.35_04

  • Unlink dump files in tests.

Changes for version 0.35_03

  • Don't run done_testing() in tests if it doesn't exist.

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.
Base class for aggregated tests.
Internal overrides for Test::Builder.
Aggregate *.t tests to make them run faster.