Revision history for Perl extension Test::LeakTrace

0.08 Sat Mar 28 12:48:03 2009
	- fix typo in pods
	- fix SvPADSTALE emulation in older perls
	- more informative description for test functions

0.07 Thu Mar  5 10:29:03 2009
	- fix confuging reports on SVs with SvPADSTALE

0.06 Sat Feb 28 13:20:13 2009
	- rename test functions
		- not_leaked()    to no_leaks_ok()
		- leaked_cmp_ok() to leaks_cmp_ok()
	- fix ptr_table.h (and now it is automatically tested)
	- fix the title of Test::LeakTrace::JA
	- fix some bugs
	- internal cleanup

0.05 Thu Feb 26 15:56:34 2009
	- add a Japanese document, Test::LeakTrace::JA

0.04 Wed Feb 25 14:40:08 2009
	- significant improvements:
		- redefine reporting modes: -simple, -sv_dump, -lines and -verbose
		- leaktrace logs are reported to *STDERR
		- all the test results are reported via Test::Builder->diag()
	- fix reported line numbers
	- remove 'EXPERIMENTAL' tag from NAME section in the pod

0.03 Mon Feb 23 11:59:50 2009
	- fix some issues
	- fix filename problems caused by eval()
	- support for non-threaded older perls

0.02 Sun Feb 22 13:55:18 2009
	- internal cleanup
	- internal change: use PL_runops, instead of PL_ppaddr[OP_NEXTSTATE]
	- improve functionality of not_leaked() and leaked_cmp_ok()

0.01 Tue Feb 17 12:45:10 2009
	- original version; created by Module::Setup