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 <kanashiro.duarte@gmail.com>
Last-Update: 2015-08-13
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106422
Bug: https://rt.cpan.org/Ticket/Display.html?id=106422
--- a/lib/Test/If.pm
+++ b/lib/Test/If.pm
@@ -40,7 +40,7 @@ Generic usage
$ENV{TEST_AUTHOR} or plan skip_all => "Test condition not met";
plan tests => N;
-You can also combine options and it is allowed to omit plan options, if it is runned by loaded module or you want to load it manually
+You can also combine options and it is allowed to omit plan options, if it is run by loaded module or you want to load it manually
For example common C<pod-coverage.t>:
|