X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FParser%2FXML.pm;h=be1aa2e8c685b618d6b1d63bad2145de2b50a702;hb=44f0639e6ac34bdc0be52d47fe2c2df43ab1ca94;hp=4c28c20a5000b3a3b03d585fce33de96c176770b;hpb=b9e3e9311a415d0fa583815b40ba5af0b4a3e3a8;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Parser/XML.pm b/lib/Test/Valgrind/Parser/XML.pm index 4c28c20..be1aa2e 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.02 +Version 1.12 =cut -our $VERSION = '1.02'; +our $VERSION = '1.12'; =head1 DESCRIPTION @@ -21,7 +21,7 @@ This is a base class for L objects that can parse C; =head1 METHODS @@ -39,6 +39,7 @@ sub args { return ( $self->SUPER::args(@_), + '--xml=yes', $fd_opt . fileno($fh), ); } @@ -66,7 +67,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 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.