X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FReport.pm;h=9331cec30952aa0b0dcb30e3a43a1ff7ad739a26;hb=08860dad1f820cce06758ec4add9353a4dbc8175;hp=1a02c373fd3bca492355b2390cdfeda58b317453;hpb=b41c498738a3a4ccb8742883a42e6ea5addb1afd;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Report.pm b/lib/Test/Valgrind/Report.pm index 1a02c37..9331cec 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.00 +Version 1.10 =cut -our $VERSION = '1.00'; +our $VERSION = '1.10'; use base qw/Test::Valgrind::Carp/;