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/Command/User | |
| 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/Command/User')
| -rw-r--r-- | fml/lib/FML/Command/User/chaddr.pm | 3 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/confirm.pm | 3 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/deny.pm | 3 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/digest.pm | 3 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/get.pm | 3 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/guide.pm | 3 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/help.pm | 3 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/objective.pm | 3 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/off.pm | 3 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/on.pm | 3 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/subscribe.pm | 3 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/summary.pm | 3 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/unsubscribe.pm | 3 |
13 files changed, 13 insertions, 26 deletions
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 |
