File: fix-pod.patch

package info (click to toggle)
libconfigreader-perl 0.5-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 176 kB
  • ctags: 72
  • sloc: perl: 884; makefile: 24
file content (44 lines) | stat: -rw-r--r-- 1,067 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
Description: Fixes some POD syntax issues

--- a/Values.pm
+++ b/Values.pm
@@ -40,7 +40,7 @@ described later.
 
 =head1 USER METHODS
 
-=head2 C<directive($directive, [$parser, [$default, [$whence]]])
+=head2 C<directive($directive, [$parser, [$default, [$whence]]])>
 
 Defines a directive named $directive for the configuration file.  You
 may optionally specify a parsing function or method for the directive,
@@ -77,7 +77,7 @@ sub directive {
 }
 
 
-=head2 C<required($directive, [$parser, [$whence]])
+=head2 C<required($directive, [$parser, [$whence]])>
 
 Defines a directive which must be specified in the configuration file.
 
--- a/DirectiveStyle.pm
+++ b/DirectiveStyle.pm
@@ -30,7 +30,7 @@ use strict;
 
 =head1 NAME
 
-ConfigReader::DirectiveStyle
+ConfigReader::DirectiveStyle - read configuration file
 
 Reads a configuration file of directives and values.
 
--- a/Spec.pm
+++ b/Spec.pm
@@ -28,7 +28,7 @@ use strict;
 
 =head1 NAME
 
-ConfigReader::Spec
+ConfigReader::Spec - stores specifications of configuration directives
 
 =head1 DESCRIPTION