diff options
| author | fukachan <fukachan> | 2001-03-20 06:14:35 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-03-20 06:14:35 +0000 |
| commit | 2198c4ce73b096d94ac6cbc591c86eca0a73b054 (patch) | |
| tree | b630a9faff61f1abd615f93c4bb03b3e248ef8c8 /fml/lib/FML/Process/CGI.pm | |
| parent | f35e1ae982ebd8b889b33b49e0bb0af100d3a2f9 (diff) | |
| download | fml8-error-message-status.tar.gz fml8-error-message-status.tar.bz2 fml8-error-message-status.zip | |
use FML::Log qw(Log LogWarn LogError);error-message-status
Diffstat (limited to 'fml/lib/FML/Process/CGI.pm')
| -rw-r--r-- | fml/lib/FML/Process/CGI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/CGI.pm b/fml/lib/FML/Process/CGI.pm index e2679903..c4866a4c 100644 --- a/fml/lib/FML/Process/CGI.pm +++ b/fml/lib/FML/Process/CGI.pm @@ -37,7 +37,7 @@ constructor which is usual in FML::Process classes. =cut use FML::Process::Kernel; -use FML::Log qw(Log); +use FML::Log qw(Log LogWarn LogError); use FML::Config; # load standard CGI routines |
