Add a bunch of missing POD while the gears spin.
This commit is contained in:
parent
475b73f6e6
commit
7406c02a78
5 changed files with 41 additions and 1 deletions
|
|
@ -134,6 +134,17 @@ sub call {
|
|||
}
|
||||
}
|
||||
|
||||
=head2 handle ($session)
|
||||
|
||||
Process the list of content handlers from the config file and then evaluate any Template objects which
|
||||
may have been returned.
|
||||
|
||||
=head3 $session
|
||||
|
||||
A WebGUI::Session object.
|
||||
|
||||
=cut
|
||||
|
||||
sub handle {
|
||||
my ( $self, $session ) = @_;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue