summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-04-23 04:10:26 +0000
committerfukachan <fukachan>2004-04-23 04:10:26 +0000
commit002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d (patch)
treec5c58fefc88df698d00d8573d92b1992347a37e4 /fml/lib/FML/Command/Admin
parent86ab3fddc3b14ff7c0f85ad82c0f57c72f12af18 (diff)
downloadfml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.tar.gz
fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.tar.bz2
fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.zip
remove "use FML::Log;".
Diffstat (limited to 'fml/lib/FML/Command/Admin')
-rw-r--r--fml/lib/FML/Command/Admin/chaddr.pm3
-rw-r--r--fml/lib/FML/Command/Admin/changepassword.pm3
-rw-r--r--fml/lib/FML/Command/Admin/check.pm3
-rw-r--r--fml/lib/FML/Command/Admin/get.pm3
-rw-r--r--fml/lib/FML/Command/Admin/htmlify.pm3
-rw-r--r--fml/lib/FML/Command/Admin/list.pm3
-rw-r--r--fml/lib/FML/Command/Admin/thread.pm3
7 files changed, 7 insertions, 14 deletions
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