X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FParser.pm;h=89d9776fd714dbb9faab4f76107ad4399515e0a1;hb=3a312e2c6e7fdc7be70dcc8ccca604e7c62699f5;hp=1101715db99c42a2f0591cfd2bb58dce44a89d98;hpb=63f17cfcf624bc6764d32a7e674baf6329fd2d4a;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Parser.pm b/lib/Test/Valgrind/Parser.pm index 1101715..89d9776 100644 --- a/lib/Test/Valgrind/Parser.pm +++ b/lib/Test/Valgrind/Parser.pm @@ -9,11 +9,11 @@ Test::Valgrind::Parser - Base class for Test::Valgrind parsers. =head1 VERSION -Version 1.15 +Version 1.16 =cut -our $VERSION = '1.15'; +our $VERSION = '1.16'; =head1 DESCRIPTION @@ -55,9 +55,10 @@ sub args { } =head2 C - $tvp->parse($session, $fh); + my $aborted = $tvp->parse($session, $fh); -Parse the output of the C process attached to the session C<$session> received through the filehandle C<$fh>. +Parses the output of the C process attached to the session C<$session> received through the filehandle C<$fh>. +Returns true when the output indicates that C has aborted. This method must be implemented when subclassing.