File: fix_typo_in_manpage.patch

package info (click to toggle)
libtest-if-perl 0.01-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 224 kB
  • ctags: 139
  • sloc: perl: 1,833; sh: 22; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 714 bytes parent folder | download | duplicates (3)
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>: