The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Test-Group

0.14    2008-09-12
      - Allows to nest test skipping commands
      - Fixes for the upcoming Test::Builder 0.81

0.12    2008-02-12
      - Compatibility with Perl 5.4

0.11    2007-11-15
      - Some quick fix that I can't remember...

0.09    2007-11-14
      - "require 5.006;", again to placate CPANTS

0.08    2007-11-13
      - Win32 test suite fixes, with thanks to Mr Muskrat, David
        Golden and Christopher H. Laco (in no particular order)

0.07    2007-03-21
      - Exceptions are now dumped with diag() instead of
        abusing the test name
      - Now works with Perl 5.6.2, with thanks to David Cantrell

0.06    2007-02-04
      - Minor tweaks to the pretty-printing of exceptions
      - Some code and test cleanups

0.05    2007-02-04
      - Major overhaul of the internals; turned into an object class
      - Fixed support for TODO sub-tests; added support for skipping
        sub-groups

0.04    2007-01-23
      - Support for exception objects thrown from inside tests

0.03    2006-05-19
      - Support for TODO sub-tests

0.02    2006-05-05
      - First release to CPAN

0.01    2004-06-11
      - First version by Nicolas Thie'ry, unreleased.