File: manpage-error.patch

package info (click to toggle)
libtest-harness-perl 3.33-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,856 kB
  • ctags: 654
  • sloc: perl: 19,973; sh: 18; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 850 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Subject: various POD fixes
Bug: https://rt.cpan.org/Ticket/Display.html?id=88499
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88499
Author: Jonathan Yu <jawnsey@cpan.org>
Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk>,
 gregor herrmann <gregoa@debian.org>
Last-Update: 2014-09-08

--- a/bin/prove
+++ b/bin/prove
@@ -75,7 +75,7 @@
 
 =head1 NOTES
 
-=head2 .proverc
+=head2 F<~/.proverc> / F<./.proverc>
 
 If F<~/.proverc> or F<./.proverc> exist they will be read and any
 options they contain processed before the command line options. Options
--- a/lib/Test/Harness.pm
+++ b/lib/Test/Harness.pm
@@ -548,7 +548,7 @@
 =item C<< fPackage-With-Dashes >>
 
 Set the formatter_class of the harness being run. Since the C<HARNESS_OPTIONS>
-is seperated by C<:>, we use C<-> instead.
+is separated by C<:>, we use C<-> instead.
 
 =back