X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FParser%2FXML.pm;h=70cea06651011c30cb7c2a653c9b067df0e16700;hb=77d53e292f2fdac4991d1d6c140f1edd79ff3afa;hp=3f4cdbebbcb8ceb1c71b391bf567d8cdd72d7b1f;hpb=5e79efb82cb666170d0433e927acb2048031ce34;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Parser/XML.pm b/lib/Test/Valgrind/Parser/XML.pm index 3f4cdbe..70cea06 100644 --- a/lib/Test/Valgrind/Parser/XML.pm +++ b/lib/Test/Valgrind/Parser/XML.pm @@ -9,11 +9,11 @@ Test::Valgrind::Parser::XML - Parse valgrind output as an XML stream. =head1 VERSION -Version 1.10 +Version 1.13 =cut -our $VERSION = '1.10'; +our $VERSION = '1.13'; =head1 DESCRIPTION @@ -21,11 +21,13 @@ This is a base class for L objects that can parse C; =head1 METHODS -=head2 C +=head2 C + + my @args = $tvp->args($session, $fh); Returns the arguments needed to tell C to print in XML to the filehandle C<$fh>. @@ -67,7 +69,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2009 Vincent Pit, all rights reserved. +Copyright 2009,2010,2011,2013 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.