[tapx-dev] [commit] [117] Minor documentation tidying.
andy at hexten.net
andy at hexten.net
Mon Mar 12 16:03:19 GMT 2007
Revision: 117
Author: andy
Date: 2007-03-12 16:03:18 +0000 (Mon, 12 Mar 2007)
Log Message:
-----------
Minor documentation tidying.
Modified Paths:
--------------
trunk/lib/TAP/Harness/Color.pm
trunk/lib/TAP/Parser/Grammar.pm
trunk/lib/TAP/Parser.pm
Modified: trunk/lib/TAP/Harness/Color.pm
===================================================================
--- trunk/lib/TAP/Harness/Color.pm 2007-03-12 12:08:23 UTC (rev 116)
+++ trunk/lib/TAP/Harness/Color.pm 2007-03-12 16:03:18 UTC (rev 117)
@@ -103,8 +103,8 @@
Skipped tests are blue on a white background and TODO tests are printed in
white.
-If C<Term::ANSIColor> cannot be found or if running under Windows, tests will
-be run without color.
+If L<Term::ANSIColor> cannot be found (or L<Win32::Console> if running
+under Windows) tests will be run without color.
=head1 SYNOPSIS
Modified: trunk/lib/TAP/Parser/Grammar.pm
===================================================================
--- trunk/lib/TAP/Parser/Grammar.pm 2007-03-12 12:08:23 UTC (rev 116)
+++ trunk/lib/TAP/Parser/Grammar.pm 2007-03-12 16:03:18 UTC (rev 117)
@@ -7,7 +7,7 @@
=head1 NAME
-TAP::Parser::Grammar - A grammar for the original TAP version.
+TAP::Parser::Grammar - A grammar for the Test Anything Protocol.
=head1 VERSION
Modified: trunk/lib/TAP/Parser.pm
===================================================================
--- trunk/lib/TAP/Parser.pm 2007-03-12 12:08:23 UTC (rev 116)
+++ trunk/lib/TAP/Parser.pm 2007-03-12 16:03:18 UTC (rev 117)
@@ -398,14 +398,14 @@
=over 4
+=item * Version
+
+ TAP version 12
+
=item * Plan
1..42
-=item * Version
-
- TAP version 4
-
=item * Test
ok 3 - We should start with some foobar!
More information about the tapx-dev
mailing list