X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FReport.pm;h=9c31ca96caed59249fb746adebee0a7178596260;hp=1a02c373fd3bca492355b2390cdfeda58b317453;hb=abe419ac02d109283a1fe5615f5ab9d0a9a5572f;hpb=b49eb32471c5c0c67b98b989484e9233e1dea06c diff --git a/lib/Test/Valgrind/Report.pm b/lib/Test/Valgrind/Report.pm index 1a02c37..9c31ca9 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.01 =cut -our $VERSION = '1.00'; +our $VERSION = '1.01'; use base qw/Test::Valgrind::Carp/;