The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
------------------------------------------------------------------------
0.07 | Piotr Roszatycki <dexter@debian.org> | 2007-10-29

Changes:

* Report is printed immediately (non-buffered output): Runner object is
  passed to Suite object for run method.
* Warnings are fatal for own test units.

------------------------------------------------------------------------
0.0601 | Piotr Roszatycki <dexter@debian.org> | 2007-10-13

Fixes:

* Replace Symbol::fetch_glob with Symbol::stash for Kurila compatibility.
* Ignore modules which are not based on Test::Unit::TestCase.

------------------------------------------------------------------------
0.06 | Piotr Roszatycki <dexter@debian.org> | 2007-10-13

Changes:

* Use warnings.
* Compatibility with Kurila 1.4.
* New test units for bad suites.
* Test::Unit::TestRunner prints text statistics.
* Test::Unit::HarnessUnit outputs TAP stream.
* Do not test POD errors unless $ENV{PERL_TEST_POD} is true.

------------------------------------------------------------------------
0.05 | Piotr Roszatycki <dexter@debian.org> | 2007-10-05

Changes:

* Print Class::Name::test_sub in TAP output.

Fixes:

* Reformat whitespaces in source code.

------------------------------------------------------------------------
0.0402 | Piotr Roszatycki <dexter@debian.org> | 2007-09-27

Fixes:

* Remove test unit which compares numerically hex value.  It works differently
  on several Perl versions.

------------------------------------------------------------------------
0.0401 | Piotr Roszatycki <dexter@debian.org> | 2007-09-23

Fixes:

* Fix incompatibility with 5.006 (Exporter, numerification for "0xF00"
  string).

------------------------------------------------------------------------
0.04 | Piotr Roszatycki <dexter@debian.org> | 2007-09-23

Fixes:

* Redirect error messages to STDERR.
* Autoflush STDOUT and STDERR.
* The error messages are prefixed with "# " string.

Changes:

* Switched to Module::Build.
* Documentation of API.
* Ported some test units from Test::Unit package.
* The error messages are more compatible with Test::Unit.
* Added Test::Unit::TestCase->fail method.
* Added Test::Unit::TestSuite->name and units accessors.

------------------------------------------------------------------------
0.03 | Piotr Roszatycki <dexter@debian.org> | 2007-05-22

Fixes:

* Added "Boolean assertion failed" message on failed assert() check.
* Removed "undefined value" warning if message is empty.

------------------------------------------------------------------------
0.02 | Piotr Roszatycki <dexter@debian.org> | 2007-05-11

* Fix incompatibility with 5.006.
* Try to fix syntax error on 5.009.

------------------------------------------------------------------------
0.01 | Piotr Roszatycki <dexter@debian.org> | 2007-05-09

* Development release.

------------------------------------------------------------------------