diff options
| author | fukachan <fukachan> | 2004-04-23 04:10:26 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-04-23 04:10:26 +0000 |
| commit | 002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d (patch) | |
| tree | c5c58fefc88df698d00d8573d92b1992347a37e4 /fml/lib/FML/Error | |
| parent | 86ab3fddc3b14ff7c0f85ad82c0f57c72f12af18 (diff) | |
| download | fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.tar.gz fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.tar.bz2 fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.zip | |
remove "use FML::Log;".
Diffstat (limited to 'fml/lib/FML/Error')
| -rw-r--r-- | fml/lib/FML/Error/Analyze.pm | 3 | ||||
| -rw-r--r-- | fml/lib/FML/Error/Analyze/histgram.pm | 3 | ||||
| -rw-r--r-- | fml/lib/FML/Error/Analyze/simple_count.pm | 3 | ||||
| -rw-r--r-- | fml/lib/FML/Error/Cache.pm | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/fml/lib/FML/Error/Analyze.pm b/fml/lib/FML/Error/Analyze.pm index 32fef036..756a8bf8 100644 --- a/fml/lib/FML/Error/Analyze.pm +++ b/fml/lib/FML/Error/Analyze.pm @@ -4,14 +4,13 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Analyze.pm,v 1.26 2004/01/01 08:48:41 fukachan Exp $ +# $FML: Analyze.pm,v 1.27 2004/02/15 04:38:31 fukachan Exp $ # package FML::Error::Analyze; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); my $debug = 1; diff --git a/fml/lib/FML/Error/Analyze/histgram.pm b/fml/lib/FML/Error/Analyze/histgram.pm index 53578bb0..0092d533 100644 --- a/fml/lib/FML/Error/Analyze/histgram.pm +++ b/fml/lib/FML/Error/Analyze/histgram.pm @@ -4,14 +4,13 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: histgram.pm,v 1.7 2004/01/01 08:48:42 fukachan Exp $ +# $FML: histgram.pm,v 1.8 2004/02/15 04:38:32 fukachan Exp $ # package FML::Error::Analyze::histgram; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); my $debug = 1; diff --git a/fml/lib/FML/Error/Analyze/simple_count.pm b/fml/lib/FML/Error/Analyze/simple_count.pm index 3c25998e..d8237a2c 100644 --- a/fml/lib/FML/Error/Analyze/simple_count.pm +++ b/fml/lib/FML/Error/Analyze/simple_count.pm @@ -4,14 +4,13 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: simple_count.pm,v 1.6 2004/01/01 08:48:42 fukachan Exp $ +# $FML: simple_count.pm,v 1.7 2004/02/15 04:38:32 fukachan Exp $ # package FML::Error::Analyze::simple_count; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); my $debug = 1; diff --git a/fml/lib/FML/Error/Cache.pm b/fml/lib/FML/Error/Cache.pm index 7974410e..d6f4a306 100644 --- a/fml/lib/FML/Error/Cache.pm +++ b/fml/lib/FML/Error/Cache.pm @@ -4,14 +4,13 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Cache.pm,v 1.19 2004/02/26 08:24:32 fukachan Exp $ +# $FML: Cache.pm,v 1.20 2004/04/11 14:31:03 fukachan Exp $ # package FML::Error::Cache; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME |
