1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Fix spelling error in manpage
Author: Lucas Kanashiro <[email protected]>
Last-Updated: 2015-12-30
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110790
Bug: https://rt.cpan.org/Ticket/Display.html?id=110790
--- a/lib/Test/Unit/Procedural.pm
b/lib/Test/Unit/Procedural.pm
@@ -173,7 173,7 @@ For convenience, C<create_suite()> will
suite for a given package. This will build a test case for each
subroutine in the package given that has a name starting with C<test>
and pack them all together into one TestSuite object for easy testing.
-If you dont give a package name to C<create_suite()>, the current
If you don't give a package name to C<create_suite()>, the current
package is taken as default.
Test output is one status line (a "." for every successful test run,
|