Changes file for Test::Differences
0.44 Mon Jul 8 17:02:11 EDT 2002
- Document Data::Dumper shortcomings reported by Yves Orton
<demerphq@hotmail.com> and Ilya Martynov <ilya@martynov.org>.
0.43 Mon May 13 09:49:50 EDT 2002
- Dump "unknown" structures instead of treating them like
arrays of scalars. Reported by Yves Orton <demerphq@hotmail.com>.
0.42 Wed Jan 2 21:31:32 EST 2002
- T.J. Mather spotted a bug where two identical results would compare
as different, causing false negatives.
0.41
- forgot to log this change.
0.4 Fri Dec 21 08:55:13 EST 2001
- Moved table style diffs and escaping in to Test::Diff
- Improve docs
- Add a few more tests
0.3 Sat Dec 15 02:06:26 EST 2001
- Only use Data::Dumper on both args or neither arg.
- Improve escaping (Michael G Schwern <schwern@pobox.com>,
- remove leftover debugging code (Tatsuhiko Miyagawa <miyagawa@edge.co.jp>)
- add t/00escape.t
- PREREQ_PM => 'Text::Diff' (Michael G Schwern <schwern@pobox.com>)
0.2
- Initial public release