fixed pod errors.

This commit is contained in:
JT Smith 2003-05-26 17:53:19 +00:00
parent d9a777a2ee
commit deec9cd409
5 changed files with 18 additions and 4 deletions

View file

@ -149,7 +149,7 @@ Should be true for fields that need to be quoted in database queries.
=back
=head2 table
=item table
This must be set to the name of the table that this class represents.
@ -255,10 +255,14 @@ sub minimumFields {
=head2 multiDelete( -where => @whereClauses, %p )
=over
=item -where
See multiNew().
=back
=cut
sub multiDelete {
@ -286,6 +290,8 @@ Unrecognised parameters are combined to form the where clause:
Additional, more complicated parameters maybe passed using the -where option.
=over
=item -where
If provided -where must be an array reference, which is evaluated to generate
@ -311,6 +317,8 @@ option is true.
If true the minimum fields are selected from the database.
=back
=cut
sub multiNew {
@ -339,6 +347,8 @@ sub multiNew {
=head2 new
=over
=item -properties
If a hash reference of property names to values is provided to this method,
@ -362,6 +372,8 @@ See multiNew().
If true this stops the set() method from doing writing to the database.
=back
=cut
sub new {