summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/CGI
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-04-23 04:10:26 +0000
committerfukachan <fukachan>2004-04-23 04:10:26 +0000
commit002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d (patch)
treec5c58fefc88df698d00d8573d92b1992347a37e4 /fml/lib/FML/Process/CGI
parent86ab3fddc3b14ff7c0f85ad82c0f57c72f12af18 (diff)
downloadfml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.tar.gz
fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.tar.bz2
fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.zip
remove "use FML::Log;".
Diffstat (limited to 'fml/lib/FML/Process/CGI')
-rw-r--r--fml/lib/FML/Process/CGI/Kernel.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/CGI/Kernel.pm b/fml/lib/FML/Process/CGI/Kernel.pm
index 9d6d8adf..4bb9dc00 100644
--- a/fml/lib/FML/Process/CGI/Kernel.pm
+++ b/fml/lib/FML/Process/CGI/Kernel.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Kernel.pm,v 1.78 2004/03/31 05:28:18 fukachan Exp $
+# $FML: Kernel.pm,v 1.79 2004/04/18 05:59:43 fukachan Exp $
#
package FML::Process::CGI::Kernel;
@@ -16,7 +16,6 @@ use File::Spec;
# load standard CGI routines
use CGI qw/:standard/;
-use FML::Log qw(Log LogWarn LogError);
use FML::Process::Kernel;
use FML::Process::CGI::Utils;
@ISA = qw(FML::Process::CGI::Utils FML::Process::Kernel);