From 576885c70ee30f65d1ca1d89eb0aa3b0dc1bdd95 Mon Sep 17 00:00:00 2001 From: "Lubomir Rintel (Good Data)" Date: Sat, 3 Jan 2009 00:59:11 +0100 Subject: [PATCH] Minor documentation adjustments --- lib/TAP/Harness/JUnit.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/TAP/Harness/JUnit.pm b/lib/TAP/Harness/JUnit.pm index 24d954a..81d8ac9 100644 --- a/lib/TAP/Harness/JUnit.pm +++ b/lib/TAP/Harness/JUnit.pm @@ -335,13 +335,19 @@ Test durations are always set to 0 seconds. The comments that are above the C or C are considered the output of the test. This, though being more logical, is against TAP specification. -L is used to generate the output. It is suboptimal and involves +I is used to generate the output. It is suboptimal and involves some hacks. +During testing, the resulting files are not tested against the schema, which +would be a good thing to do. + =head1 AUTHOR Lubomir Rintel (Good Data) C<< >> +Source code for I is kept in a public GIT repository. +Visit L to get it. + =head1 COPYRIGHT & LICENSE Copyright 2008, 2009 Good Data, All rights reserved. -- 2.11.4.GIT