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 | |
| parent | 86ab3fddc3b14ff7c0f85ad82c0f57c72f12af18 (diff) | |
| download | fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.tar.gz fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.tar.bz2 fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.zip | |
remove "use FML::Log;".
Diffstat (limited to 'fml/lib')
59 files changed, 60 insertions, 121 deletions
diff --git a/fml/lib/FML/Article.pm b/fml/lib/FML/Article.pm index 47a3debc..16915907 100644 --- a/fml/lib/FML/Article.pm +++ b/fml/lib/FML/Article.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: Article.pm,v 1.61 2004/01/02 14:50:27 fukachan Exp $ +# $FML: Article.pm,v 1.62 2004/04/11 13:00:59 fukachan Exp $ # package FML::Article; @@ -12,7 +12,6 @@ package FML::Article; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK); use Carp; -use FML::Log qw(Log LogWarn LogError); use FML::Article::Sequence; @ISA = qw(FML::Article::Sequence); diff --git a/fml/lib/FML/Article/Spool.pm b/fml/lib/FML/Article/Spool.pm index 8e618875..d3a7b0d7 100644 --- a/fml/lib/FML/Article/Spool.pm +++ b/fml/lib/FML/Article/Spool.pm @@ -3,7 +3,7 @@ # Copyright (C) 2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Spool.pm,v 1.7 2004/02/15 09:27:42 fukachan Exp $ +# $FML: Spool.pm,v 1.8 2004/04/10 12:41:28 fukachan Exp $ # package FML::Article::Spool; @@ -11,7 +11,6 @@ package FML::Article::Spool; use strict; use Carp; use vars qw($debug @ISA @EXPORT @EXPORT_OK); -use FML::Log qw(Log LogWarn LogError); use FML::Config; my $debug = 0; diff --git a/fml/lib/FML/Article/Summary.pm b/fml/lib/FML/Article/Summary.pm index 5de27cae..18865fc6 100644 --- a/fml/lib/FML/Article/Summary.pm +++ b/fml/lib/FML/Article/Summary.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: Summary.pm,v 1.19 2004/02/13 14:11:12 fukachan Exp $ +# $FML: Summary.pm,v 1.20 2004/03/04 10:18:40 fukachan Exp $ # package FML::Article::Summary; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); use Mail::Message::Date; =head1 NAME diff --git a/fml/lib/FML/Article/Thread.pm b/fml/lib/FML/Article/Thread.pm index 5558ee84..6b7526dc 100644 --- a/fml/lib/FML/Article/Thread.pm +++ b/fml/lib/FML/Article/Thread.pm @@ -3,7 +3,7 @@ # Copyright (C) 2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Thread.pm,v 1.7 2004/03/31 02:49:48 fukachan Exp $ +# $FML: Thread.pm,v 1.8 2004/03/31 12:38:08 fukachan Exp $ # package FML::Article::Thread; @@ -14,7 +14,6 @@ use vars qw($debug @ISA @EXPORT @EXPORT_OK $AUTOLOAD use strict; use Carp; -use FML::Log qw(Log LogWarn LogError); use FML::Config; use FML::Process::Kernel; @ISA = qw(FML::Process::Kernel); diff --git a/fml/lib/FML/Command.pm b/fml/lib/FML/Command.pm index 9d7d274c..2e93d65b 100644 --- a/fml/lib/FML/Command.pm +++ b/fml/lib/FML/Command.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: Command.pm,v 1.44.2.1 2004/03/04 04:20:27 fukachan Exp $ +# $FML: Command.pm,v 1.45 2004/03/04 04:30:12 fukachan Exp $ # # XXX @@ -16,7 +16,6 @@ package FML::Command; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); my $debug = 0; diff --git a/fml/lib/FML/Command/Admin/chaddr.pm b/fml/lib/FML/Command/Admin/chaddr.pm index 9c270072..dbfa4508 100644 --- a/fml/lib/FML/Command/Admin/chaddr.pm +++ b/fml/lib/FML/Command/Admin/chaddr.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: chaddr.pm,v 1.23 2004/02/01 14:40:01 fukachan Exp $ +# $FML: chaddr.pm,v 1.24 2004/02/15 04:38:27 fukachan Exp $ # package FML::Command::Admin::chaddr; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Command/Admin/changepassword.pm b/fml/lib/FML/Command/Admin/changepassword.pm index 551a1fde..8755fca1 100644 --- a/fml/lib/FML/Command/Admin/changepassword.pm +++ b/fml/lib/FML/Command/Admin/changepassword.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: changepassword.pm,v 1.10 2004/02/01 14:40:02 fukachan Exp $ +# $FML: changepassword.pm,v 1.11 2004/02/15 04:38:28 fukachan Exp $ # package FML::Command::Admin::changepassword; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Command/Admin/check.pm b/fml/lib/FML/Command/Admin/check.pm index 79cddc5b..7ad83738 100644 --- a/fml/lib/FML/Command/Admin/check.pm +++ b/fml/lib/FML/Command/Admin/check.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: check.pm,v 1.11 2004/02/15 04:38:28 fukachan Exp $ +# $FML: check.pm,v 1.12 2004/02/24 14:36:52 fukachan Exp $ # package FML::Command::Admin::check; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Command/Admin/get.pm b/fml/lib/FML/Command/Admin/get.pm index 5fd77ed0..d56a2201 100644 --- a/fml/lib/FML/Command/Admin/get.pm +++ b/fml/lib/FML/Command/Admin/get.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: get.pm,v 1.23 2004/01/21 03:51:16 fukachan Exp $ +# $FML: get.pm,v 1.24 2004/03/23 06:34:15 fukachan Exp $ # package FML::Command::Admin::get; @@ -13,7 +13,6 @@ 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); =head1 NAME diff --git a/fml/lib/FML/Command/Admin/htmlify.pm b/fml/lib/FML/Command/Admin/htmlify.pm index 43fadae8..e33e01ee 100644 --- a/fml/lib/FML/Command/Admin/htmlify.pm +++ b/fml/lib/FML/Command/Admin/htmlify.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: htmlify.pm,v 1.24 2004/01/02 14:45:04 fukachan Exp $ +# $FML: htmlify.pm,v 1.25 2004/01/18 03:34:44 fukachan Exp $ # package FML::Command::Admin::htmlify; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Command/Admin/list.pm b/fml/lib/FML/Command/Admin/list.pm index e93449a3..ac96e2a7 100644 --- a/fml/lib/FML/Command/Admin/list.pm +++ b/fml/lib/FML/Command/Admin/list.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: list.pm,v 1.22 2004/01/01 23:52:12 fukachan Exp $ +# $FML: list.pm,v 1.23 2004/01/02 14:45:04 fukachan Exp $ # package FML::Command::Admin::list; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Command/Admin/thread.pm b/fml/lib/FML/Command/Admin/thread.pm index f3876af0..fddfd885 100644 --- a/fml/lib/FML/Command/Admin/thread.pm +++ b/fml/lib/FML/Command/Admin/thread.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: thread.pm,v 1.6 2004/03/29 14:13:20 fukachan Exp $ +# $FML: thread.pm,v 1.7 2004/03/31 12:53:51 fukachan Exp $ # package FML::Command::Admin::thread; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Command/Auth.pm b/fml/lib/FML/Command/Auth.pm index 5fc76037..daa4e795 100644 --- a/fml/lib/FML/Command/Auth.pm +++ b/fml/lib/FML/Command/Auth.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: Auth.pm,v 1.33.2.1 2004/03/04 04:21:28 fukachan Exp $ +# $FML: Auth.pm,v 1.34 2004/03/04 04:30:12 fukachan Exp $ # package FML::Command::Auth; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD $debug); use Carp; -use FML::Log qw(Log LogWarn LogError); # XXX_LOCK_CHANNEL: auth_map_modify diff --git a/fml/lib/FML/Command/DataCheck.pm b/fml/lib/FML/Command/DataCheck.pm index 87522f6d..b501ab94 100644 --- a/fml/lib/FML/Command/DataCheck.pm +++ b/fml/lib/FML/Command/DataCheck.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: DataCheck.pm,v 1.13 2004/01/21 03:45:08 fukachan Exp $ +# $FML: DataCheck.pm,v 1.14 2004/03/12 11:45:48 fukachan Exp $ # package FML::Command::DataCheck; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Command/DirUtils.pm b/fml/lib/FML/Command/DirUtils.pm index 4caff5c8..9c784fc2 100644 --- a/fml/lib/FML/Command/DirUtils.pm +++ b/fml/lib/FML/Command/DirUtils.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: DirUtils.pm,v 1.16 2004/01/21 03:45:08 fukachan Exp $ +# $FML: DirUtils.pm,v 1.17 2004/03/23 07:12:21 fukachan Exp $ # package FML::Command::DirUtils; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Command/FileUtils.pm b/fml/lib/FML/Command/FileUtils.pm index 1a25c5d4..aedaaada 100644 --- a/fml/lib/FML/Command/FileUtils.pm +++ b/fml/lib/FML/Command/FileUtils.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: FileUtils.pm,v 1.15 2004/01/21 03:45:08 fukachan Exp $ +# $FML: FileUtils.pm,v 1.16 2004/02/15 04:38:27 fukachan Exp $ # package FML::Command::FileUtils; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Command/Filter.pm b/fml/lib/FML/Command/Filter.pm index a9cb50f4..2996ec33 100644 --- a/fml/lib/FML/Command/Filter.pm +++ b/fml/lib/FML/Command/Filter.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: Filter.pm,v 1.3 2004/01/02 14:42:43 fukachan Exp $ +# $FML: Filter.pm,v 1.4 2004/02/01 14:52:49 fukachan Exp $ # package FML::Command::Filter; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD $debug); use Carp; -use FML::Log qw(Log LogWarn LogError); # XXX_LOCK_CHANNEL: auth_map_modify diff --git a/fml/lib/FML/Command/HTMLify.pm b/fml/lib/FML/Command/HTMLify.pm index bb348d67..b8e991a0 100644 --- a/fml/lib/FML/Command/HTMLify.pm +++ b/fml/lib/FML/Command/HTMLify.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: HTMLify.pm,v 1.21 2004/01/02 14:50:30 fukachan Exp $ +# $FML: HTMLify.pm,v 1.22 2004/01/21 03:49:55 fukachan Exp $ # package FML::Command::HTMLify; @@ -12,7 +12,6 @@ use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; use File::Spec; -use FML::Log qw(Log LogWarn LogError); my $debug = 0; diff --git a/fml/lib/FML/Command/SendFile.pm b/fml/lib/FML/Command/SendFile.pm index fc1870f8..4a35c472 100644 --- a/fml/lib/FML/Command/SendFile.pm +++ b/fml/lib/FML/Command/SendFile.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: SendFile.pm,v 1.38 2004/02/15 04:38:27 fukachan Exp $ +# $FML: SendFile.pm,v 1.39 2004/03/23 06:34:15 fukachan Exp $ # package FML::Command::SendFile; @@ -12,7 +12,6 @@ use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; use File::Spec; -use FML::Log qw(Log LogWarn LogError); my $debug = 0; diff --git a/fml/lib/FML/Command/User/chaddr.pm b/fml/lib/FML/Command/User/chaddr.pm index 1760db86..aa7753a3 100644 --- a/fml/lib/FML/Command/User/chaddr.pm +++ b/fml/lib/FML/Command/User/chaddr.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: chaddr.pm,v 1.28 2004/02/04 15:03:27 fukachan Exp $ +# $FML: chaddr.pm,v 1.29 2004/02/15 04:38:30 fukachan Exp $ # package FML::Command::User::chaddr; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Command/User/confirm.pm b/fml/lib/FML/Command/User/confirm.pm index ac47d8de..d6189c4c 100644 --- a/fml/lib/FML/Command/User/confirm.pm +++ b/fml/lib/FML/Command/User/confirm.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: confirm.pm,v 1.30 2004/02/24 14:36:52 fukachan Exp $ +# $FML: confirm.pm,v 1.31 2004/04/22 10:37:35 fukachan Exp $ # package FML::Command::User::confirm; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Command/User/deny.pm b/fml/lib/FML/Command/User/deny.pm index 8178bc80..b0fd59b9 100644 --- a/fml/lib/FML/Command/User/deny.pm +++ b/fml/lib/FML/Command/User/deny.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: deny.pm,v 1.9 2003/03/18 10:52:34 fukachan Exp $ +# $FML: deny.pm,v 1.10 2003/08/23 04:35:33 fukachan Exp $ # package FML::Command::User::deny; @@ -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); diff --git a/fml/lib/FML/Command/User/digest.pm b/fml/lib/FML/Command/User/digest.pm index 4fdc8cf7..3d4dfe36 100644 --- a/fml/lib/FML/Command/User/digest.pm +++ b/fml/lib/FML/Command/User/digest.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: digest.pm,v 1.11 2004/02/15 04:38:31 fukachan Exp $ +# $FML: digest.pm,v 1.12 2004/02/24 14:36:52 fukachan Exp $ # package FML::Command::User::digest; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Command/User/get.pm b/fml/lib/FML/Command/User/get.pm index f66a3e71..86b57c92 100644 --- a/fml/lib/FML/Command/User/get.pm +++ b/fml/lib/FML/Command/User/get.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: get.pm,v 1.19 2003/10/15 01:03:30 fukachan Exp $ +# $FML: get.pm,v 1.20 2003/12/31 03:49:18 fukachan Exp $ # package FML::Command::User::get; @@ -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); diff --git a/fml/lib/FML/Command/User/guide.pm b/fml/lib/FML/Command/User/guide.pm index 13249b77..73cdaf51 100644 --- a/fml/lib/FML/Command/User/guide.pm +++ b/fml/lib/FML/Command/User/guide.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: guide.pm,v 1.13 2003/03/18 10:52:34 fukachan Exp $ +# $FML: guide.pm,v 1.14 2003/08/23 04:35:33 fukachan Exp $ # package FML::Command::User::guide; @@ -13,7 +13,6 @@ 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); diff --git a/fml/lib/FML/Command/User/help.pm b/fml/lib/FML/Command/User/help.pm index 4a6d626c..833f9561 100644 --- a/fml/lib/FML/Command/User/help.pm +++ b/fml/lib/FML/Command/User/help.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: help.pm,v 1.17 2003/03/18 10:52:34 fukachan Exp $ +# $FML: help.pm,v 1.18 2003/08/23 04:35:33 fukachan Exp $ # package FML::Command::User::help; @@ -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); 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); diff --git a/fml/lib/FML/Command/User/off.pm b/fml/lib/FML/Command/User/off.pm index bed478db..e5ae0eba 100644 --- a/fml/lib/FML/Command/User/off.pm +++ b/fml/lib/FML/Command/User/off.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: off.pm,v 1.15 2004/02/15 04:38:31 fukachan Exp $ +# $FML: off.pm,v 1.16 2004/02/24 14:36:53 fukachan Exp $ # package FML::Command::User::off; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Command/User/on.pm b/fml/lib/FML/Command/User/on.pm index 6a1c968d..1b2f10ef 100644 --- a/fml/lib/FML/Command/User/on.pm +++ b/fml/lib/FML/Command/User/on.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: on.pm,v 1.15 2004/02/15 04:38:31 fukachan Exp $ +# $FML: on.pm,v 1.16 2004/02/24 14:36:53 fukachan Exp $ # package FML::Command::User::on; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Command/User/subscribe.pm b/fml/lib/FML/Command/User/subscribe.pm index 9565f631..e4458fbf 100644 --- a/fml/lib/FML/Command/User/subscribe.pm +++ b/fml/lib/FML/Command/User/subscribe.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: subscribe.pm,v 1.26 2004/02/24 14:36:53 fukachan Exp $ +# $FML: subscribe.pm,v 1.27 2004/03/13 11:46:33 fukachan Exp $ # package FML::Command::User::subscribe; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Command/User/summary.pm b/fml/lib/FML/Command/User/summary.pm index 86690592..77b494e4 100644 --- a/fml/lib/FML/Command/User/summary.pm +++ b/fml/lib/FML/Command/User/summary.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: summary.pm,v 1.17 2003/10/18 05:07:41 fukachan Exp $ +# $FML: summary.pm,v 1.18 2003/12/31 04:03:30 fukachan Exp $ # package FML::Command::User::summary; @@ -13,7 +13,6 @@ 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); diff --git a/fml/lib/FML/Command/User/unsubscribe.pm b/fml/lib/FML/Command/User/unsubscribe.pm index ce0ef478..a1a22c58 100644 --- a/fml/lib/FML/Command/User/unsubscribe.pm +++ b/fml/lib/FML/Command/User/unsubscribe.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: unsubscribe.pm,v 1.27 2004/02/24 14:36:53 fukachan Exp $ +# $FML: unsubscribe.pm,v 1.28 2004/03/13 11:46:33 fukachan Exp $ # package FML::Command::User::unsubscribe; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Digest.pm b/fml/lib/FML/Digest.pm index ae92407b..9222e810 100644 --- a/fml/lib/FML/Digest.pm +++ b/fml/lib/FML/Digest.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: Digest.pm,v 1.17 2004/03/12 04:22:53 fukachan Exp $ +# $FML: Digest.pm,v 1.18 2004/04/11 13:02:15 fukachan Exp $ # package FML::Digest; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); # # XXX-TODO: Currently, fml 8 digest has no granuality like fml 4. diff --git a/fml/lib/FML/Error.pm b/fml/lib/FML/Error.pm index 91c3df82..eb693c2d 100644 --- a/fml/lib/FML/Error.pm +++ b/fml/lib/FML/Error.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: Error.pm,v 1.28 2004/01/31 08:12:11 fukachan Exp $ +# $FML: Error.pm,v 1.29 2004/02/01 14:35:33 fukachan Exp $ # package FML::Error; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); my $debug = 0; 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 diff --git a/fml/lib/FML/Filter.pm b/fml/lib/FML/Filter.pm index 8e4b9604..14da3be5 100644 --- a/fml/lib/FML/Filter.pm +++ b/fml/lib/FML/Filter.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: Filter.pm,v 1.39 2004/01/21 03:48:32 fukachan Exp $ +# $FML: Filter.pm,v 1.40 2004/02/01 14:52:49 fukachan Exp $ # package FML::Filter; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); use ErrorStatus qw(error_set error error_clear); my $debug = 0; diff --git a/fml/lib/FML/Filter/MimeComponent.pm b/fml/lib/FML/Filter/MimeComponent.pm index e7969e5f..becbed97 100644 --- a/fml/lib/FML/Filter/MimeComponent.pm +++ b/fml/lib/FML/Filter/MimeComponent.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: MimeComponent.pm,v 1.9 2004/01/21 03:53:18 fukachan Exp $ +# $FML: MimeComponent.pm,v 1.10 2004/02/01 14:52:50 fukachan Exp $ # package FML::Filter::MimeComponent; @@ -13,7 +13,6 @@ use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD $recursive_level $recursive_max_level); use Carp; use ErrorStatus qw(error_set error error_clear); -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/ML/HomePrefix.pm b/fml/lib/FML/ML/HomePrefix.pm index 66014b96..0c6011a3 100644 --- a/fml/lib/FML/ML/HomePrefix.pm +++ b/fml/lib/FML/ML/HomePrefix.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: HomePrefix.pm,v 1.2 2004/01/22 15:14:24 fukachan Exp $ +# $FML: HomePrefix.pm,v 1.3 2004/01/23 09:17:37 fukachan Exp $ # package FML::ML::HomePrefix; @@ -14,7 +14,6 @@ use Carp; use File::Spec; use FML::Credential; use FML::Restriction::Base; -use FML::Log qw(Log LogWarn LogError); use IO::Adapter; # disable debug by default. diff --git a/fml/lib/FML/Mailer.pm b/fml/lib/FML/Mailer.pm index f10a149c..de91ab57 100644 --- a/fml/lib/FML/Mailer.pm +++ b/fml/lib/FML/Mailer.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: Mailer.pm,v 1.25 2004/01/02 14:50:28 fukachan Exp $ +# $FML: Mailer.pm,v 1.26 2004/01/02 16:07:23 fukachan Exp $ # package FML::Mailer; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/Parse.pm b/fml/lib/FML/Parse.pm index 3ba353ea..68db0f7a 100644 --- a/fml/lib/FML/Parse.pm +++ b/fml/lib/FML/Parse.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: Parse.pm,v 1.30 2003/08/23 07:24:40 fukachan Exp $ +# $FML: Parse.pm,v 1.31 2003/08/29 15:33:54 fukachan Exp $ # package FML::Parse; @@ -14,7 +14,6 @@ use Carp; use FML::Header; use Mail::Message; use FML::Config; -use FML::Log qw(Log LogWarn LogError); =head1 NAME @@ -93,9 +92,7 @@ sub _parse L<Mail::Message>, L<Mail::Header>, L<FML::Header>, -L<FML::Config>, -L<FML::Log> - +L<FML::Config> =head1 CODING STYLE diff --git a/fml/lib/FML/Process/Addr.pm b/fml/lib/FML/Process/Addr.pm index 5e0d67e4..680a3af2 100644 --- a/fml/lib/FML/Process/Addr.pm +++ b/fml/lib/FML/Process/Addr.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Addr.pm,v 1.16 2004/01/02 16:08:38 fukachan Exp $ +# $FML: Addr.pm,v 1.17 2004/01/31 04:06:31 fukachan Exp $ # package FML::Process::Addr; @@ -12,7 +12,6 @@ use strict; use Carp; use vars qw($debug @ISA @EXPORT @EXPORT_OK); -use FML::Log qw(Log LogWarn LogError); use FML::Config; use FML::Process::Kernel; @ISA = qw(FML::Process::Kernel); diff --git a/fml/lib/FML/Process/Alias.pm b/fml/lib/FML/Process/Alias.pm index b75ed2fd..e8638f3b 100644 --- a/fml/lib/FML/Process/Alias.pm +++ b/fml/lib/FML/Process/Alias.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Alias.pm,v 1.17 2004/01/02 16:08:39 fukachan Exp $ +# $FML: Alias.pm,v 1.18 2004/01/31 04:06:31 fukachan Exp $ # package FML::Process::Alias; @@ -12,7 +12,6 @@ use vars qw($debug @ISA @EXPORT @EXPORT_OK); use strict; use Carp; -use FML::Log qw(Log LogWarn LogError); use FML::Config; use FML::Process::Kernel; @ISA = qw(FML::Process::Kernel); diff --git a/fml/lib/FML/Process/CGI/Kernel.pm b/fml/lib/FML/Process/CGI/Kernel.pm index 9d6d8adf..4bb9dc00 100644 --- a/fml/lib/FML/Process/CGI/Kernel.pm +++ b/fml/lib/FML/Process/CGI/Kernel.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: Kernel.pm,v 1.78 2004/03/31 05:28:18 fukachan Exp $ +# $FML: Kernel.pm,v 1.79 2004/04/18 05:59:43 fukachan Exp $ # package FML::Process::CGI::Kernel; @@ -16,7 +16,6 @@ use File::Spec; # load standard CGI routines use CGI qw/:standard/; -use FML::Log qw(Log LogWarn LogError); use FML::Process::Kernel; use FML::Process::CGI::Utils; @ISA = qw(FML::Process::CGI::Utils FML::Process::Kernel); diff --git a/fml/lib/FML/Process/Command.pm b/fml/lib/FML/Process/Command.pm index d9dbda6e..04d2f49e 100644 --- a/fml/lib/FML/Process/Command.pm +++ b/fml/lib/FML/Process/Command.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Command.pm,v 1.102 2004/03/14 06:47:38 fukachan Exp $ +# $FML: Command.pm,v 1.103 2004/04/22 12:43:19 fukachan Exp $ # package FML::Process::Command; @@ -11,7 +11,6 @@ package FML::Process::Command; use vars qw($debug @ISA @EXPORT @EXPORT_OK); use strict; use Carp; -use FML::Log qw(Log LogWarn LogError); use FML::Config; use FML::Process::Kernel; @ISA = qw(FML::Process::Kernel); diff --git a/fml/lib/FML/Process/ConfViewer.pm b/fml/lib/FML/Process/ConfViewer.pm index 3e8c96a6..19357a63 100644 --- a/fml/lib/FML/Process/ConfViewer.pm +++ b/fml/lib/FML/Process/ConfViewer.pm @@ -3,14 +3,13 @@ # Copyright (C) 2000,2001,2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: ConfViewer.pm,v 1.28 2004/01/02 16:08:39 fukachan Exp $ +# $FML: ConfViewer.pm,v 1.29 2004/01/31 04:06:32 fukachan Exp $ # package FML::Process::ConfViewer; use strict; use Carp; use vars qw($debug @ISA @EXPORT @EXPORT_OK); -use FML::Log qw(Log LogWarn LogError); use FML::Process::Kernel; @ISA = qw(FML::Process::Kernel); diff --git a/fml/lib/FML/Process/Configure.pm b/fml/lib/FML/Process/Configure.pm index 9c87aafb..4a465ec0 100644 --- a/fml/lib/FML/Process/Configure.pm +++ b/fml/lib/FML/Process/Configure.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Configure.pm,v 1.63 2004/01/31 04:06:32 fukachan Exp $ +# $FML: Configure.pm,v 1.64 2004/03/13 11:46:32 fukachan Exp $ # package FML::Process::Configure; @@ -12,7 +12,6 @@ use vars qw($debug @ISA @EXPORT @EXPORT_OK); use strict; use Carp; -use FML::Log qw(Log LogWarn LogError); use FML::Config; use FML::Process::Kernel; @ISA = qw(FML::Process::Kernel); diff --git a/fml/lib/FML/Process/Digest.pm b/fml/lib/FML/Process/Digest.pm index a6b40553..b9356246 100644 --- a/fml/lib/FML/Process/Digest.pm +++ b/fml/lib/FML/Process/Digest.pm @@ -3,7 +3,7 @@ # Copyright (C) 2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Digest.pm,v 1.17 2004/03/12 11:45:50 fukachan Exp $ +# $FML: Digest.pm,v 1.18 2004/03/13 06:03:24 fukachan Exp $ # package FML::Process::Digest; @@ -12,7 +12,6 @@ use vars qw($debug @ISA @EXPORT @EXPORT_OK); use strict; use Carp; -use FML::Log qw(Log LogWarn LogError); use FML::Config; use FML::Process::Kernel; @ISA = qw(FML::Process::Kernel); diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm index a756acd8..c7b7e0d3 100644 --- a/fml/lib/FML/Process/Distribute.pm +++ b/fml/lib/FML/Process/Distribute.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Distribute.pm,v 1.141 2004/03/28 10:33:35 fukachan Exp $ +# $FML: Distribute.pm,v 1.142 2004/03/31 12:53:51 fukachan Exp $ # package FML::Process::Distribute; @@ -12,7 +12,6 @@ use vars qw($debug @ISA @EXPORT @EXPORT_OK); use strict; use Carp; -use FML::Log qw(Log LogWarn LogError); use FML::Config; use FML::Process::Kernel; @ISA = qw(FML::Process::Kernel); diff --git a/fml/lib/FML/Process/DocViewer.pm b/fml/lib/FML/Process/DocViewer.pm index 18e67830..efa90eab 100644 --- a/fml/lib/FML/Process/DocViewer.pm +++ b/fml/lib/FML/Process/DocViewer.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: DocViewer.pm,v 1.30 2004/01/02 16:08:39 fukachan Exp $ +# $FML: DocViewer.pm,v 1.31 2004/01/31 04:06:32 fukachan Exp $ # package FML::Process::DocViewer; @@ -12,7 +12,6 @@ use vars qw($debug @ISA @EXPORT @EXPORT_OK); use strict; use Carp; -use FML::Log qw(Log LogWarn LogError); use FML::Config; use FML::Process::Kernel; @ISA = qw(FML::Process::Kernel); diff --git a/fml/lib/FML/Process/Error.pm b/fml/lib/FML/Process/Error.pm index 2693c937..f4e2c471 100644 --- a/fml/lib/FML/Process/Error.pm +++ b/fml/lib/FML/Process/Error.pm @@ -3,7 +3,7 @@ # Copyright (C) 2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Error.pm,v 1.42 2004/03/13 06:03:24 fukachan Exp $ +# $FML: Error.pm,v 1.43 2004/04/02 11:56:26 fukachan Exp $ # package FML::Process::Error; @@ -11,7 +11,6 @@ package FML::Process::Error; use vars qw($debug @ISA @EXPORT @EXPORT_OK); use strict; use Carp; -use FML::Log qw(Log LogWarn LogError); use FML::Config; use FML::Process::Kernel; @ISA = qw(FML::Process::Kernel); diff --git a/fml/lib/FML/Process/Fake.pm b/fml/lib/FML/Process/Fake.pm index dc51c164..b72e6939 100644 --- a/fml/lib/FML/Process/Fake.pm +++ b/fml/lib/FML/Process/Fake.pm @@ -3,7 +3,7 @@ # Copyright (C) 2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Fake.pm,v 1.8 2004/01/31 04:06:33 fukachan Exp $ +# $FML: Fake.pm,v 1.9 2004/02/15 04:38:34 fukachan Exp $ # package FML::Process::Fake; @@ -12,7 +12,6 @@ use strict; use Carp; use vars qw($debug @ISA @EXPORT @EXPORT_OK); -use FML::Log qw(Log LogWarn LogError); use FML::Config; use FML::Process::Kernel; @ISA = qw(FML::Process::Kernel); diff --git a/fml/lib/FML/Process/HTMLify.pm b/fml/lib/FML/Process/HTMLify.pm index d8408738..bf357789 100644 --- a/fml/lib/FML/Process/HTMLify.pm +++ b/fml/lib/FML/Process/HTMLify.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: HTMLify.pm,v 1.34 2004/01/24 15:37:03 fukachan Exp $ +# $FML: HTMLify.pm,v 1.35 2004/01/31 04:06:33 fukachan Exp $ # package FML::Process::HTMLify; @@ -13,7 +13,6 @@ use strict; use Carp; use FML::Process::Kernel; -use FML::Log qw(Log LogWarn LogError); use FML::Config; my $debug = 0; diff --git a/fml/lib/FML/Process/Scheduler.pm b/fml/lib/FML/Process/Scheduler.pm index fbf7cea1..b3c04eb4 100644 --- a/fml/lib/FML/Process/Scheduler.pm +++ b/fml/lib/FML/Process/Scheduler.pm @@ -3,7 +3,7 @@ # Copyright (C) 2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Scheduler.pm,v 1.23 2003/04/04 05:05:03 fukachan Exp $ +# $FML: Scheduler.pm,v 1.24 2004/01/02 16:08:39 fukachan Exp $ # package FML::Process::Scheduler; @@ -11,7 +11,6 @@ package FML::Process::Scheduler; use vars qw($debug @ISA @EXPORT @EXPORT_OK); use strict; use Carp; -use FML::Log qw(Log LogWarn LogError); use FML::Config; =head1 NAME diff --git a/fml/lib/FML/Process/Utils.pm b/fml/lib/FML/Process/Utils.pm index dac19149..36af6434 100644 --- a/fml/lib/FML/Process/Utils.pm +++ b/fml/lib/FML/Process/Utils.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: Utils.pm,v 1.113 2004/04/17 13:24:35 fukachan Exp $ +# $FML: Utils.pm,v 1.114 2004/04/21 10:09:52 fukachan Exp $ # package FML::Process::Utils; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); use File::Spec; use File::stat; diff --git a/fml/lib/FML/Restriction/Post.pm b/fml/lib/FML/Restriction/Post.pm index 23b5b676..030378a7 100644 --- a/fml/lib/FML/Restriction/Post.pm +++ b/fml/lib/FML/Restriction/Post.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: Post.pm,v 1.10 2004/03/12 11:45:55 fukachan Exp $ +# $FML: Post.pm,v 1.11 2004/03/14 06:49:26 fukachan Exp $ # package FML::Restriction::Post; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD); use Carp; -use FML::Log qw(Log LogWarn LogError); =head1 NAME diff --git a/fml/lib/FML/User/Control.pm b/fml/lib/FML/User/Control.pm index 91bb6e68..58fc618d 100644 --- a/fml/lib/FML/User/Control.pm +++ b/fml/lib/FML/User/Control.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: Control.pm,v 1.7 2003/12/06 04:48:23 fukachan Exp $ +# $FML: Control.pm,v 1.8 2004/01/24 09:05:54 fukachan Exp $ # package FML::User::Control; @@ -14,7 +14,6 @@ use Carp; use File::Spec; use FML::Credential; use FML::Restriction::Base; -use FML::Log qw(Log LogWarn LogError); use IO::Adapter; |
