]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Parser/XML.pm
Move the --xml option to Parser::XML
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Parser / XML.pm
index 0e92e18595b1ada02250e9cda811af5afe16349a..3f4cdbebbcb8ceb1c71b391bf567d8cdd72d7b1f 100644 (file)
@@ -39,6 +39,7 @@ sub args {
 
  return (
   $self->SUPER::args(@_),
+  '--xml=yes',
   $fd_opt . fileno($fh),
  );
 }