From 95523e73d117dc9b204e6d90dae0f30539369157 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 13 Jun 2010 17:45:22 -0700 Subject: [PATCH] A little bit of POD for WebGUI.pm --- lib/WebGUI.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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;