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

@ -652,7 +652,7 @@ sub saveFromFilesystem {
#------------------------------------------------------------------- #-------------------------------------------------------------------
=head saveFromHashref ( hashref ) =head2 saveFromHashref ( hashref )
Stores a hash reference as an attachment. Stores a hash reference as an attachment.

View file

@ -192,6 +192,8 @@ The URL of the document to retrieve. It must begin with the standard "http://".
The time to live for this content. This is the amount of time (in seconds) that the content will remain in the cache. Defaults to "60". The time to live for this content. This is the amount of time (in seconds) that the content will remain in the cache. Defaults to "60".
=back
=cut =cut
sub setByHTTP { sub setByHTTP {

View file

@ -578,7 +578,7 @@ Returns a string of text.
=over =over
=itemname =item name
The name of the form variable to retrieve. The name of the form variable to retrieve.

View file

@ -373,7 +373,7 @@ sub expireOffset {
#------------------------------------------------------------------- #-------------------------------------------------------------------
=head find ( name ) =head2 find ( name )
An alternative to the constructor "new", use find as a constructor by name rather than id. An alternative to the constructor "new", use find as a constructor by name rather than id.

View file

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