X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FReport.pm;h=ac4ad9e405561687fb4f97215221ea16d2f585ea;hp=9c31ca96caed59249fb746adebee0a7178596260;hb=1b06adb9788085e8aad3af42ea384153cd0a4fe6;hpb=cbc78ed3600426ed4bd21f069a0afb334a94a4b1 diff --git a/lib/Test/Valgrind/Report.pm b/lib/Test/Valgrind/Report.pm index 9c31ca9..ac4ad9e 100644 --- a/lib/Test/Valgrind/Report.pm +++ b/lib/Test/Valgrind/Report.pm @@ -9,11 +9,11 @@ Test::Valgrind::Report - Base class for Test::Valgrind error reports. =head1 VERSION -Version 1.01 +Version 1.02 =cut -our $VERSION = '1.01'; +our $VERSION = '1.02'; use base qw/Test::Valgrind::Carp/;