From: Martin Mares Date: Fri, 20 Jul 2007 15:24:15 +0000 (+0200) Subject: Comment on optionality of UCW::CGI::error_hook. X-Git-Tag: holmes-import~506^2~21 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=253697506b3d1752aa233bdca4978dc34243dbf7;p=libucw.git Comment on optionality of UCW::CGI::error_hook. --- diff --git a/lib/perl/CGI.pm b/lib/perl/CGI.pm index 9d1bc4fb..7d7cc457 100644 --- a/lib/perl/CGI.pm +++ b/lib/perl/CGI.pm @@ -16,7 +16,7 @@ package UCW::CGI; # will be reported properly. # Variables to be set by the calling module: -# $UCW::CGI::error_mail mail address of the script admin +# $UCW::CGI::error_mail mail address of the script admin (optional) # (this one has to be set in the BEGIN block!) # $UCW::CGI::error_hook function to be called for reporting errors