fix some POD errors
This commit is contained in:
parent
0957247dbc
commit
706b24bcb6
1 changed files with 2 additions and 8 deletions
|
|
@ -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
|
||||
in that section. Returns that question.
|
||||
|
||||
=back
|
||||
|
||||
=item 3 elements
|
||||
|
||||
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
|
||||
in that section.
|
||||
|
||||
=back
|
||||
|
||||
=item 3 elements
|
||||
|
||||
Three elements are enough to reference an answer, for a particular
|
||||
question in a section.
|
||||
|
||||
=back
|
||||
|
||||
=head3 $object
|
||||
|
||||
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.
|
||||
$object should never be a partial object, but contain all properties.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
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
|
||||
in that section. $object is added right after that question.
|
||||
|
||||
=back
|
||||
|
||||
=item 3 elements
|
||||
|
||||
Three elements are enough to reference an answer, inside of a particular
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue