diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index 548f17d8b..e862f7127 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -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;