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)
|