summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-03-20 06:14:35 +0000
committerfukachan <fukachan>2001-03-20 06:14:35 +0000
commit2198c4ce73b096d94ac6cbc591c86eca0a73b054 (patch)
treeb630a9faff61f1abd615f93c4bb03b3e248ef8c8 /fml/lib/FML/Command.pm
parentf35e1ae982ebd8b889b33b49e0bb0af100d3a2f9 (diff)
downloadfml8-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/Command.pm')
-rw-r--r--fml/lib/FML/Command.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/fml/lib/FML/Command.pm b/fml/lib/FML/Command.pm
index 82ce190e..e6fe26dd 100644
--- a/fml/lib/FML/Command.pm
+++ b/fml/lib/FML/Command.pm
@@ -12,7 +12,7 @@ package FML::Command;
use strict;
use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD);
use Carp;
-use FML::Log qw(Log);
+use FML::Log qw(Log LogWarn LogError);
=head1 NAME