1 Revision history for Test-Valgrind
3 0.07 2008-09-30 13:35 UTC
4 + Chg : Now conforms to the Test::Builder framework.
5 + Fix : STDERR is longer eaten.
6 + Fix : Eat STDOUT or print it as diagnostics, but never let him go
7 through naked, as this may fiddle with the tests output.
8 + Fix : 'make test' without prior 'make'.
10 0.06 2008-09-09 22:10 UTC
11 + Fix : Suppressions were installed in the wrong path. Thanks Marvin
12 Humphrey for reporting this.
13 + Fix : Really load XSLoader when generating suppressions. Thanks Marvin
14 Humphrey again for bringing this to my attention.
15 + Fix : The logic for finding the file to run through valgrind was
16 flawed, which lead to generate suppressions against
17 Test/Valgrind.pm only.
19 0.051 2008-09-02 17:20 UTC
20 + Fix : Forgot to upgrade version of the suppression placeholder module.
22 0.05 2008-08-25 22:05 UTC
23 + Chg : Lower the default caller to 12.
24 + Tst : Add a real-life test that gets executed only if you have a C
27 0.04 2008-05-13 16:25 UTC
28 + Chg : Don't smoke this on 5.005 please.
29 + Chg : Better way to find the valgrind executable.
31 0.03 2008-04-21 15:35 UTC
32 + Fix : Include the mock Suppressions.pm rather than an empty file.
34 0.02 2008-04-21 15:25 UTC
35 + Add : Test::Valgrind now depends on Perl::Destruct::Level. This is
36 needed for non-debugging perls because we can't set their
37 level of memory cleanup correctness on exit with the
38 PERL_DESTRUCT_LEVEL environment variable.
39 + Add : Hardcode valgrind path into the new constant
40 Test::Valgrind::Suppressions::VG_PATH.
41 + Chg : Test::Valgrind::Suppressions::supppath() is now supp_path().
42 + Chg : lib/Test/Valgrind/Suppressions.pm.tpl was renamed to
43 lib/Test/Valgrind/Suppressions.tpl for file portability reasons.
45 0.01 2008-04-19 15:50 UTC
46 First version, released on an unsuspecting world.