From 2198c4ce73b096d94ac6cbc591c86eca0a73b054 Mon Sep 17 00:00:00 2001 From: fukachan Date: Tue, 20 Mar 2001 06:14:35 +0000 Subject: use FML::Log qw(Log LogWarn LogError); --- fml/lib/FML/Command.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fml/lib/FML/Command.pm') 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 -- cgit v1.2.1