X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FParser%2FXML%2FTwig.pm;h=09311dbc49c8c43ed7c96a0a1e951ecee8004a6c;hp=ff72c3064476c5cf57bdb74ca864878ff38831dd;hb=18be4c50c41cc9ee118fddc26d73ebf428a83080;hpb=7a0d14b4934af9bd1d79b8ea1f753a00b497dafd diff --git a/lib/Test/Valgrind/Parser/XML/Twig.pm b/lib/Test/Valgrind/Parser/XML/Twig.pm index ff72c30..09311db 100644 --- a/lib/Test/Valgrind/Parser/XML/Twig.pm +++ b/lib/Test/Valgrind/Parser/XML/Twig.pm @@ -15,6 +15,13 @@ Version 1.10 our $VERSION = '1.10'; +=head1 DESCRIPTION + +This subclass of L encapsulates an L parser inside the L framework. +It is able to parse the XML output from C up to protocol version 4 and to generate the appropriate reports accordingly. + +=cut + use Scalar::Util (); use base qw/Test::Valgrind::Parser::XML Test::Valgrind::Carp XML::Twig/; @@ -49,7 +56,7 @@ sub stash { shift->{Stash} } =head2 C -The version of the protocol that the stream is currently conforming to. +The version of the protocol that the current stream is conforming to. It is reset before and after the parsing phase, so it's effectively only available from inside L. =cut