Package: libio-lcdproc-perl / 0.037-1

fix-pod-error Patch series | 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Description: Fix pod error
 Pod is missing several =over and back lines around
 =item lines.
Author: dod
--- a/LCDproc.pm
+++ b/LCDproc.pm
@@ -232,6 +232,8 @@
 
 =head3 METHODS
 
+=over
+
 =item new( name => 'Client_Name' [, host => $MYHOSTNAME] [, port => $MYPORTNUMBER] )
 
 	Constructor. Takes the following possible arguments (arguments must be given in key => value form):
@@ -258,10 +260,14 @@
 
 	Flushes all answers from the server (should be called regulary if you don't need the answers)
 
+=back
+
 =head2 IO::LCDproc::Screen
 
 =head3 METHODS
 
+=over
+
 =item new( name => 'MYNAME')
 
 	Constructor. Allowed options:
@@ -282,10 +288,14 @@
 	alert		The screen has an important message for the user. 
 	input		The client is doing interactive input. 
 
+=back
+
 =head2 IO::LCDproc::Widget
 
 =head3 METHODS
 
+=over
+
 =item new( name => 'MYNAME' )
 
 	Constructor. Allowed arguments:
@@ -305,6 +315,8 @@
 
 	Restore previously saved data. (Implicitly calls set)
 
+=back
+
 =head1 SEE ALSO
 
 L<LCDd>