Skip Menu |

This queue is for tickets about the Test-Harness CPAN distribution.

Report information
The Basics
Id: 50895
Status: resolved
Priority: 0/
Queue: Test-Harness

People
Owner: Nobody in particular
Requestors: jkeenan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 3.17
Fixed in: (no value)



Subject: lib/TAP/Harness.pm: Correct spelling error
Observed in r1366, Version 3.18: s/and array/an array/ See attached.
Subject: TAP.Harness.pm.diff
Index: lib/TAP/Harness.pm =================================================================== --- lib/TAP/Harness.pm (revision 1366) +++ lib/TAP/Harness.pm (working copy) @@ -393,7 +393,7 @@ $harness->runtests(@tests); -Accepts and array of C<@tests> to be run. This should generally be the +Accepts an array of C<@tests> to be run. This should generally be the names of test files, but this is not required. Each element in C<@tests> will be passed to C<TAP::Parser::new()> as a C<source>. See L<TAP::Parser> for more information.
Thanks James. Patch applied.