Revision history for Perl extension Test::More.
0.05 Tue Jun 12 16:16:55 EDT 2001
* use Test::More no_plan; implemented
0.04 Thu Jun 7 11:26:18 BST 2001
- minor bug in eq_set() with complex data structures
Thanks to Tatsuhiko Miyagawa for finding this.
0.03 Tue Jun 5 19:59:59 BST 2001
- Fixed export problem in 5.004.
- prototyped the functions properly
* fixed bug with like() involving qr//
0.02 Thu Apr 5 12:48:48 BST 2001
- Fixed Makefile.PL to work around MakeMaker bug that 'use's Test::Simple
instead of 'require'ing.
0.01 Fri Mar 30 07:49:14 GMT 2001
- First working version