Added libtest-differences-perl
[pkg-perl] / deb-src / libtest-differences-perl / libtest-differences-perl-0.47 / Changes
1 Changes file for Test::Differences
2
3 0.47 Tue Jun 17 08:54:59 EDT 2003
4     - Add context option (reworked patch from fetko@slaysys.com)
5     - Improve options handling for eq_or_diff(), $name is no longer
6       required before \%options
7     - Use **, not ^, for exponentiation
8       ("Blake D. Mills IV" <blakem@blakem.com>)
9
10 0.46 Tue Aug 27 13:45:51 EDT 2002
11     - Minor doc tweaks
12
13 0.45 Sun Jul 14 06:58:48 EDT 2002
14     - Fix $Data::Dumper::FooBar to be ...::Foobar, patch by
15       Ilya Martynov <ilya@martynov.org>
16     - Correct the "use Test::Differences" example.
17     - Require Text::Diff 0.34 in to get escaping fixes.
18
19 0.44 Mon Jul  8 17:02:11 EDT 2002
20     - Document Data::Dumper shortcomings reported by Yves Orton
21     <demerphq@hotmail.com> and Ilya Martynov <ilya@martynov.org>.
22
23 0.43 Mon May 13 09:49:50 EDT 2002
24     - Dump "unknown" structures instead of treating them like
25       arrays of scalars.  Reported by Yves Orton <demerphq@hotmail.com>.
26
27 0.42 Wed Jan  2 21:31:32 EST 2002
28     - T.J. Mather spotted a bug where two identical results would compare
29     as different, causing false negatives.
30
31 0.41
32     - forgot to log this change.
33
34 0.4 Fri Dec 21 08:55:13 EST 2001
35     - Moved table style diffs and escaping in to Test::Diff
36     - Improve docs
37     - Add a few more tests
38
39 0.3 Sat Dec 15 02:06:26 EST 2001
40     - Only use Data::Dumper on both args or neither arg.
41     - Improve escaping (Michael G Schwern <schwern@pobox.com>,
42     - remove leftover debugging code (Tatsuhiko Miyagawa <miyagawa@edge.co.jp>)
43     - add t/00escape.t
44     - PREREQ_PM => 'Text::Diff' (Michael G Schwern <schwern@pobox.com>)
45
46 0.2
47     - Initial public release