diff options
| author | fukachan <fukachan> | 2002-08-03 13:13:18 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-08-03 13:13:18 +0000 |
| commit | bd92fcbaea09c6d9a665aa50145badf7bc7b19dc (patch) | |
| tree | 4a360efc1b4f21747318efb5c5ae9c095542356f /fml/lib/FML/Process | |
| parent | 597d1d191aaa0c1d46d44c67a69155f4306a6a53 (diff) | |
| download | fml8-bd92fcbaea09c6d9a665aa50145badf7bc7b19dc.tar.gz fml8-bd92fcbaea09c6d9a665aa50145badf7bc7b19dc.tar.bz2 fml8-bd92fcbaea09c6d9a665aa50145badf7bc7b19dc.zip | |
white spaces
Diffstat (limited to 'fml/lib/FML/Process')
| -rw-r--r-- | fml/lib/FML/Process/Calender.pm | 4 | ||||
| -rw-r--r-- | fml/lib/FML/Process/Command.pm | 4 | ||||
| -rw-r--r-- | fml/lib/FML/Process/Distribute.pm | 10 | ||||
| -rw-r--r-- | fml/lib/FML/Process/Scheduler.pm | 10 | ||||
| -rw-r--r-- | fml/lib/FML/Process/Utils.pm | 4 |
5 files changed, 16 insertions, 16 deletions
diff --git a/fml/lib/FML/Process/Calender.pm b/fml/lib/FML/Process/Calender.pm index c15035b8..15401260 100644 --- a/fml/lib/FML/Process/Calender.pm +++ b/fml/lib/FML/Process/Calender.pm @@ -3,7 +3,7 @@ # Copyright (C) 2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Calender.pm,v 1.5 2002/06/01 02:22:06 fukachan Exp $ +# $FML: Calender.pm,v 1.6 2002/07/02 03:58:06 fukachan Exp $ # package FML::Process::Calender; @@ -62,7 +62,7 @@ sub new # Arguments: OBJ($curproc) HASH_REF($args) # Side Effects: none # Return Value: none -sub prepare { 1;} +sub prepare { 1;} # Descriptions: dummy diff --git a/fml/lib/FML/Process/Command.pm b/fml/lib/FML/Process/Command.pm index 6b97f17a..59688fe4 100644 --- a/fml/lib/FML/Process/Command.pm +++ b/fml/lib/FML/Process/Command.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Command.pm,v 1.68 2002/07/25 00:10:11 fukachan Exp $ +# $FML: Command.pm,v 1.69 2002/08/03 10:35:08 fukachan Exp $ # package FML::Process::Command; @@ -476,7 +476,7 @@ sub _get_command_mode } } else { - # Exapmle: incorrect password + # Exapmle: incorrect password if ($is_admin && (! $is_auth)) { $status->{ _stop_reason_key } = 'command.auth_fail'; $status->{ _stop_reason_str } = "not authenticated."; diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm index 9bbd4ee3..11ac0e9b 100644 --- a/fml/lib/FML/Process/Distribute.pm +++ b/fml/lib/FML/Process/Distribute.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Distribute.pm,v 1.87 2002/07/31 13:22:03 fukachan Exp $ +# $FML: Distribute.pm,v 1.88 2002/08/03 10:35:08 fukachan Exp $ # package FML::Process::Distribute; @@ -62,13 +62,13 @@ sub new =head2 C<prepare($args)> forward the request to the base class. -adjust ml_* and load configuration files. +adjust ml_* and load configuration files. =cut # Descriptions: prepare miscellaneous work before the main routine starts. -# adjust ml_* and load configuration files. +# adjust ml_* and load configuration files. # Arguments: OBJ($curproc) HASH_REF($args) # Side Effects: none # Return Value: none @@ -213,7 +213,7 @@ sub run $curproc->reply_message( $msg ); # inform maintainer too. - my $msg_args = { + my $msg_args = { _arg_address => $sender, recipient => $maintainer, }; @@ -436,7 +436,7 @@ sub _deliver_article 'message' => $message, - map_params => $config, + map_params => $config, }); if ($service->error) { Log($service->error); return;} } diff --git a/fml/lib/FML/Process/Scheduler.pm b/fml/lib/FML/Process/Scheduler.pm index 5beae97e..1a3930cf 100644 --- a/fml/lib/FML/Process/Scheduler.pm +++ b/fml/lib/FML/Process/Scheduler.pm @@ -3,7 +3,7 @@ # Copyright (C) 2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Scheduler.pm,v 1.13 2002/07/30 04:03:26 fukachan Exp $ +# $FML: Scheduler.pm,v 1.14 2002/08/03 10:35:09 fukachan Exp $ # package FML::Process::Scheduler; @@ -51,9 +51,9 @@ sub new } -# Descriptions: +# Descriptions: # Arguments: OBJ($self) STR($key) -# Side Effects: +# Side Effects: # Return Value: none sub queue_in { @@ -61,9 +61,9 @@ sub queue_in } -# Descriptions: +# Descriptions: # Arguments: OBJ($self) HASH_REF($args) -# Side Effects: +# Side Effects: # Return Value: none sub exits { diff --git a/fml/lib/FML/Process/Utils.pm b/fml/lib/FML/Process/Utils.pm index c8bb4280..59d25e3b 100644 --- a/fml/lib/FML/Process/Utils.pm +++ b/fml/lib/FML/Process/Utils.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: Utils.pm,v 1.36 2002/07/23 13:03:13 fukachan Exp $ +# $FML: Utils.pm,v 1.37 2002/07/23 13:16:44 fukachan Exp $ # package FML::Process::Utils; @@ -802,7 +802,7 @@ sub which_map_nl for my $mode (qw(member recipient admin_member)) { my $maps = $config->get_as_array_ref("${mode}_maps"); for my $m (@$maps) { - if ($map eq $m) { + if ($map eq $m) { $found = $mode; last SEARCH_MAPS; } |
