Subject: | [PATCH] TAP POD missing a newline before example |
The POD in Test::Harness::TAP is missing a newline, causing an example to be formatted incorrectly. See http://search.cpan.org/dist/Test-Harness/lib/Test/Harness/TAP.pod#Diagnostics for the incorrect section. Patch attached.
--- Test-Harness-2.52-orig/lib/Test/Harness/TAP.pod Tue Feb 22 09:56:25 2005
+++ Test-Harness-2.52/lib/Test/Harness/TAP.pod Fri Jul 8 17:26:01 2005
@@ -200,6 +200,7 @@
free, however, to display the diagnostics. Typically diagnostics are
used to provide information about the environment in which test file is
running, or to delineate a group of tests.
+
...
ok 18 - Closed database connection
# End of database section.