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>
