fix some POD errors

This commit is contained in:
Graham Knop 2008-12-03 00:33:07 +00:00
parent 0957247dbc
commit 706b24bcb6

View file

@ -187,8 +187,6 @@ If there are 2 elements, then the first element is an index into
section array, and the second element is an index into the questions section array, and the second element is an index into the questions
in that section. Returns that question. in that section. Returns that question.
=back
=item 3 elements =item 3 elements
Three elements are enough to reference an answer, inside of a particular Three elements are enough to reference an answer, inside of a particular
@ -319,21 +317,19 @@ If there are 2 elements, then the first element is an index into
section array, and the second element is an index into the questions section array, and the second element is an index into the questions
in that section. in that section.
=back
=item 3 elements =item 3 elements
Three elements are enough to reference an answer, for a particular Three elements are enough to reference an answer, for a particular
question in a section. question in a section.
=back
=head3 $object =head3 $object
A perl data structure. Note, that it is not checked for type, so it is A perl data structure. Note, that it is not checked for type, so it is
possible to add a "question" object into the list of section objects. possible to add a "question" object into the list of section objects.
$object should never be a partial object, but contain all properties. $object should never be a partial object, but contain all properties.
=back
=cut =cut
sub update { sub update {
@ -409,8 +405,6 @@ If there are 2 elements, then the first element is an index into
section array, and the second element is an index into the questions section array, and the second element is an index into the questions
in that section. $object is added right after that question. in that section. $object is added right after that question.
=back
=item 3 elements =item 3 elements
Three elements are enough to reference an answer, inside of a particular Three elements are enough to reference an answer, inside of a particular