The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Test::Unit.

0.11
	- fixed bugs in self tests that caused failed tests under HPUX
	  and Solaris

0.1
	- much revised and extended due to PerlUnit effort 
	  (see http://sourceforge.net/project?group_id=2653)
	- INCOMPATIBLE CHANGES: old interface style is discontinued
	  (if you want support for this, use the old 0.06 version)
	- resembles JUnit approach much more closely
	- adapters to Test::Harness style tests
	- GUI test runner using Tk
	- stack traces for errors and failures
	- object-oriented implementation approach supporting
	  test inheritance and test specialization 

0.06
	- first CPAN release
0.05
	- initial release version

0.01 - 0.04
	- development versions