File: manpage-has-bad-whatis-entry.patch

package info (click to toggle)
libgetopt-argparse-perl 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 356 kB
  • ctags: 100
  • sloc: perl: 1,133; makefile: 2
file content (70 lines) | stat: -rw-r--r-- 1,541 bytes parent folder | download | duplicates (3)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Description: Add NAME and description information to POD for whatis tool
Author: Nick Morrott <knowledgejunkie@gmail.com>
Bug: https://rt.cpan.org/Ticket/Display.html?id=114818
Last-Update: 2016-05-30
---
--- a/lib/Getopt/ArgParse/ActionAppend.pm
+++ b/lib/Getopt/ArgParse/ActionAppend.pm
@@ -33,6 +33,10 @@
 
 1;
 
+=head1 NAME
+
+Getopt::ArgParse::ActionAppend - Utility functions internal to Getopt::ArgParse
+
 =head1 AUTHOR
 
 Mytram <mytram2@gmail.com> (original author)
--- a/lib/Getopt/ArgParse/ActionCount.pm
+++ b/lib/Getopt/ArgParse/ActionCount.pm
@@ -20,6 +20,10 @@
 
 1;
 
+=head1 NAME
+
+Getopt::ArgParse::ActionCount - Utility functions internal to Getopt::ArgParse
+
 =head1 AUTHOR
 
 Mytram <mytram2@gmail.com> (original author)
--- a/lib/Getopt/ArgParse/ActionStore.pm
+++ b/lib/Getopt/ArgParse/ActionStore.pm
@@ -48,6 +48,10 @@
 
 1;
 
+=head1 NAME
+
+Getopt::ArgParse::ActionStore - Utility functions internal to Getopt::ArgParse
+
 =head1 AUTHOR
 
 Mytram <mytram2@gmail.com> (original author)
--- a/lib/Getopt/ArgParse/Namespace.pm
+++ b/lib/Getopt/ArgParse/Namespace.pm
@@ -58,6 +58,10 @@
 
 1;
 
+=head1 NAME
+
+Getopt::ArgParse::Namespace - Utility functions internal to Getopt::ArgParse
+
 =head1 AUTHOR
 
 Mytram <mytram2@gmail.com> (original author)
--- a/lib/Getopt/ArgParse/Parser.pm
+++ b/lib/Getopt/ArgParse/Parser.pm
@@ -1361,6 +1361,10 @@
 
 __END__
 
+=head1 NAME
+
+Getopt::ArgParse::Parser - Utility functions internal to Getopt::ArgParse
+
 =head1 AUTHOR
 
 Mytram <mytram2@gmail.com> (original author)