A little bit of POD for WebGUI.pm

This commit is contained in:
Colin Kuskie 2010-06-13 17:45:22 -07:00
parent cb8268f50f
commit 95523e73d1

View file

@ -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;