diff --git a/lib/WebGUI/Attachment.pm b/lib/WebGUI/Attachment.pm index d86e0129c..560c0631b 100644 --- a/lib/WebGUI/Attachment.pm +++ b/lib/WebGUI/Attachment.pm @@ -652,7 +652,7 @@ sub saveFromFilesystem { #------------------------------------------------------------------- -=head saveFromHashref ( hashref ) +=head2 saveFromHashref ( hashref ) Stores a hash reference as an attachment. diff --git a/lib/WebGUI/Cache.pm b/lib/WebGUI/Cache.pm index d19a17b87..608186072 100644 --- a/lib/WebGUI/Cache.pm +++ b/lib/WebGUI/Cache.pm @@ -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". +=back + =cut sub setByHTTP { diff --git a/lib/WebGUI/FormProcessor.pm b/lib/WebGUI/FormProcessor.pm index 7ee06af4e..8e4ae86c9 100644 --- a/lib/WebGUI/FormProcessor.pm +++ b/lib/WebGUI/FormProcessor.pm @@ -578,7 +578,7 @@ Returns a string of text. =over -=itemname +=item name The name of the form variable to retrieve. diff --git a/lib/WebGUI/Group.pm b/lib/WebGUI/Group.pm index f760c0c3c..aafa96b6b 100755 --- a/lib/WebGUI/Group.pm +++ b/lib/WebGUI/Group.pm @@ -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. diff --git a/lib/WebGUI/Persistent.pm b/lib/WebGUI/Persistent.pm index e805ddfae..0413b8a77 100644 --- a/lib/WebGUI/Persistent.pm +++ b/lib/WebGUI/Persistent.pm @@ -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 {