A little bit of POD for WebGUI.pm
This commit is contained in:
parent
cb8268f50f
commit
95523e73d1
1 changed files with 8 additions and 1 deletions
|
|
@ -62,7 +62,14 @@ has site => (
|
|||
},
|
||||
);
|
||||
|
||||
# Each web request results in a call to this sub
|
||||
=head2 call( $env )
|
||||
|
||||
Every web requests results in a call to this subroutine.
|
||||
|
||||
=head3 $env
|
||||
|
||||
=cut
|
||||
|
||||
sub call {
|
||||
my $self = shift;
|
||||
my $env = shift;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue