Update some POD in Stow and PageTitle.
Fix several tests with bad coverage.
This commit is contained in:
parent
5ab043ceb8
commit
66d98f371c
10 changed files with 78 additions and 11 deletions
|
|
@ -24,7 +24,7 @@ Macro for returning the title of the current Asset.
|
|||
|
||||
Returns the title of the current Asset. If a WebGUI operation or function
|
||||
is active, then the title is returned as a link to the Asset. If there is
|
||||
no asset cached in the session variable, nothing is returned.
|
||||
no asset cached in the session variable, undef is returned.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
|
|
@ -95,7 +95,9 @@ sub DESTROY {
|
|||
|
||||
=head2 get( varName )
|
||||
|
||||
Retrieves the current value of a stow variable.
|
||||
Retrieves the current value of a stow variable. Note that if you use references, you're
|
||||
getting back a reference and modifying the contents of the reference will change the
|
||||
contents of the stow variable.
|
||||
|
||||
=head3 varName
|
||||
|
||||
|
|
@ -155,7 +157,7 @@ The name of the stow variable.
|
|||
|
||||
=head3 value
|
||||
|
||||
The value of the stow variable. Any scalar or reference.
|
||||
The value of the stow variable. Any scalar or reference.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue