summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User/objective.pm
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/Command/User/objective.pm
parent86ab3fddc3b14ff7c0f85ad82c0f57c72f12af18 (diff)
downloadfml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.tar.gz
fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.tar.bz2
fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.zip
remove "use FML::Log;".
Diffstat (limited to 'fml/lib/FML/Command/User/objective.pm')
-rw-r--r--fml/lib/FML/Command/User/objective.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/User/objective.pm b/fml/lib/FML/Command/User/objective.pm
index 3631f34d..7a968c66 100644
--- a/fml/lib/FML/Command/User/objective.pm
+++ b/fml/lib/FML/Command/User/objective.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: objective.pm,v 1.9 2003/03/18 10:52:34 fukachan Exp $
+# $FML: objective.pm,v 1.10 2003/08/23 04:35:33 fukachan Exp $
#
package FML::Command::User::objective;
@@ -12,7 +12,6 @@ use strict;
use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD);
use Carp;
use FML::Command::SendFile;
-use FML::Log qw(Log LogWarn LogError);
@ISA = qw(FML::Command::SendFile);