From jh@debian.org:
When running perldoc Expect.pod:
POD ERRORS
Hey! The above document had some coding errors, which are explained
below:
Around line 647:
'=item' outside of any '=over'
Around line 691:
You forgot a '=back' before '=head1'
----------------------------------------------------------
patch:
--- a/Expect.pod
+++ b/Expect.pod
@@ -644,6 +644,8 @@ appropriately set.
=head2 Configurable Package Variables:
+=over 4
+
=item $Expect::Debug
Defaults to 0. Newly created objects have a $object->debug() value
@@ -687,6 +689,7 @@ you have this on you can match lines in the middle of a page of output
using ^ and $ instead of it matching the beginning and end of the entire
expression. I think this is handy.
+=back
=head1 CONTRIBUTIONS
Will be added to the next version.