Add a bunch of missing POD while the gears spin.

This commit is contained in:
Colin Kuskie 2012-01-18 13:39:16 -08:00
parent 475b73f6e6
commit 7406c02a78
5 changed files with 41 additions and 1 deletions

View file

@ -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 ) = @_;