File: 50_fix-spelling-error-in-manpage.patch

package info (click to toggle)
libtest-unit-perl 0.25-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,376 kB
  • ctags: 549
  • sloc: perl: 4,290; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 811 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-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,