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/Article.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/Article.pm')
| -rw-r--r-- | fml/lib/FML/Article.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fml/lib/FML/Article.pm b/fml/lib/FML/Article.pm index e6c064da..9c0ec1ee 100644 --- a/fml/lib/FML/Article.pm +++ b/fml/lib/FML/Article.pm @@ -13,7 +13,7 @@ package FML::Article; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK); use Carp; -use FML::Log qw(Log); +use FML::Log qw(Log LogWarn LogError); =head1 NAME |
