diff options
| author | fukachan <fukachan> | 2004-07-23 13:16:30 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-07-23 13:16:30 +0000 |
| commit | 017265cfc701f6abcd99f52a0fa6eb9516fd510f (patch) | |
| tree | 971613cdfec2b93173ad88a8dfa579dc29ba5ac3 /fml/lib/FML/Command/Admin | |
| parent | 1359417a1475d1530200003dd4005954bff51c50 (diff) | |
| download | fml8-017265cfc701f6abcd99f52a0fa6eb9516fd510f.tar.gz fml8-017265cfc701f6abcd99f52a0fa6eb9516fd510f.tar.bz2 fml8-017265cfc701f6abcd99f52a0fa6eb9516fd510f.zip | |
fix comments (FNF)
Diffstat (limited to 'fml/lib/FML/Command/Admin')
| -rw-r--r-- | fml/lib/FML/Command/Admin/newdomain.pm | 10 | ||||
| -rw-r--r-- | fml/lib/FML/Command/Admin/newml.pm | 11 | ||||
| -rw-r--r-- | fml/lib/FML/Command/Admin/password.pm | 10 | ||||
| -rw-r--r-- | fml/lib/FML/Command/Admin/rmdomain.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/Command/Admin/rmml.pm | 9 |
5 files changed, 24 insertions, 22 deletions
diff --git a/fml/lib/FML/Command/Admin/newdomain.pm b/fml/lib/FML/Command/Admin/newdomain.pm index 7195ad1c..0bae0e1c 100644 --- a/fml/lib/FML/Command/Admin/newdomain.pm +++ b/fml/lib/FML/Command/Admin/newdomain.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: newdomain.pm,v 1.6 2004/01/02 14:49:25 fukachan Exp $ +# $FML: newdomain.pm,v 1.7 2004/01/02 16:08:38 fukachan Exp $ # package FML::Command::Admin::newdomain; @@ -15,7 +15,7 @@ use Carp; =head1 NAME -FML::Command::Admin::newdomain - declare a new domain we use +FML::Command::Admin::newdomain - declare a new domain we use. =head1 SYNOPSIS @@ -28,7 +28,7 @@ declare a new domain we use. =cut -# Descriptions: standard constructor +# Descriptions: constructor. # Arguments: OBJ($self) # Side Effects: none # Return Value: OBJ @@ -41,14 +41,14 @@ sub new } -# Descriptions: not need lock in the first time +# Descriptions: not need lock in the first time. # Arguments: none # Side Effects: none # Return Value: NUM( 1 or 0) sub need_lock { 0;} -# Descriptions: declare a new domain we use +# Descriptions: declare a new domain we use. # Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args) # Side Effects: forward request to dir module # Return Value: none diff --git a/fml/lib/FML/Command/Admin/newml.pm b/fml/lib/FML/Command/Admin/newml.pm index 637197f1..a1a71f51 100644 --- a/fml/lib/FML/Command/Admin/newml.pm +++ b/fml/lib/FML/Command/Admin/newml.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: newml.pm,v 1.78 2004/02/15 04:38:29 fukachan Exp $ +# $FML: newml.pm,v 1.79 2004/03/16 12:53:40 fukachan Exp $ # package FML::Command::Admin::newml; @@ -15,7 +15,7 @@ use Carp; =head1 NAME -FML::Command::Admin::newml - set up a new mailing list +FML::Command::Admin::newml - set up a new mailing list. =head1 SYNOPSIS @@ -38,7 +38,7 @@ install config.cf, include, include-ctl et. al. =cut -# Descriptions: standard constructor +# Descriptions: constructor. # Arguments: OBJ($self) # Side Effects: none # Return Value: OBJ @@ -51,14 +51,14 @@ sub new } -# Descriptions: not need lock in the first time +# Descriptions: not need lock in the first time. # Arguments: none # Side Effects: none # Return Value: NUM( 1 or 0) sub need_lock { 0;} -# Descriptions: set up a new mailing list +# Descriptions: set up a new mailing list. # Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args) # Side Effects: create mailing list directory, # install config.cf, include, include-ctl et. al. @@ -162,6 +162,7 @@ sub cgi_menu my ($self, $curproc, $command_args) = @_; my $r = ''; + # XXX-TODO: $command_args checked ? eval q{ use FML::CGI::ML; my $obj = new FML::CGI::ML; diff --git a/fml/lib/FML/Command/Admin/password.pm b/fml/lib/FML/Command/Admin/password.pm index 1649a660..0779daa3 100644 --- a/fml/lib/FML/Command/Admin/password.pm +++ b/fml/lib/FML/Command/Admin/password.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: password.pm,v 1.13.2.1 2004/03/04 04:00:20 fukachan Exp $ +# $FML: password.pm,v 1.14 2004/03/04 04:30:13 fukachan Exp $ # package FML::Command::Admin::password; @@ -15,7 +15,7 @@ use Carp; =head1 NAME -FML::Command::Admin::password - authenticate the remote admin password +FML::Command::Admin::password - authenticate the remote admin password. =head1 SYNOPSIS @@ -45,21 +45,21 @@ sub new } -# Descriptions: need lock or not +# Descriptions: need lock or not. # Arguments: none # Side Effects: none # Return Value: NUM( 1 or 0) sub need_lock { 1;} -# Descriptions: lock channel +# Descriptions: lock channel. # Arguments: none # Side Effects: none # Return Value: STR sub lock_channel { return 'command_serialize';} -# Descriptions: rewrite buffer to hide the password phrase in $rbuf +# Descriptions: rewrite buffer to hide the password phrase in $rbuf. # Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args) STR_REF($rbuf) # Side Effects: none # Return Value: none diff --git a/fml/lib/FML/Command/Admin/rmdomain.pm b/fml/lib/FML/Command/Admin/rmdomain.pm index f6a6ef35..01609c23 100644 --- a/fml/lib/FML/Command/Admin/rmdomain.pm +++ b/fml/lib/FML/Command/Admin/rmdomain.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: rmdomain.pm,v 1.4 2003/11/16 23:49:12 fukachan Exp $ +# $FML: rmdomain.pm,v 1.5 2003/12/28 13:23:16 fukachan Exp $ # package FML::Command::Admin::rmdomain; @@ -28,7 +28,7 @@ an alias of C<FML::Command::Admin::dir>. =cut -# Descriptions: standard constructor +# Descriptions: constructor. # Arguments: OBJ($self) # Side Effects: none # Return Value: OBJ @@ -41,7 +41,7 @@ sub new } -# Descriptions: not need lock in the first time +# Descriptions: not need lock in the first time. # Arguments: none # Side Effects: none # Return Value: NUM( 1 or 0) diff --git a/fml/lib/FML/Command/Admin/rmml.pm b/fml/lib/FML/Command/Admin/rmml.pm index c8228098..83f998fe 100644 --- a/fml/lib/FML/Command/Admin/rmml.pm +++ b/fml/lib/FML/Command/Admin/rmml.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: rmml.pm,v 1.24 2004/01/01 23:52:13 fukachan Exp $ +# $FML: rmml.pm,v 1.25 2004/01/02 14:45:05 fukachan Exp $ # package FML::Command::Admin::rmml; @@ -15,7 +15,7 @@ use Carp; =head1 NAME -FML::Command::Admin::rmml - remove the specified mailing list +FML::Command::Admin::rmml - remove the specified mailing list. =head1 SYNOPSIS @@ -38,7 +38,7 @@ and the corresponding alias entries. =cut -# Descriptions: standard constructor +# Descriptions: constructor. # Arguments: OBJ($self) # Side Effects: none # Return Value: OBJ @@ -51,7 +51,7 @@ sub new } -# Descriptions: not need lock in the first time +# Descriptions: not need lock in the first time. # Arguments: none # Side Effects: none # Return Value: NUM( 1 or 0) @@ -114,6 +114,7 @@ sub cgi_menu my ($self, $curproc, $command_args) = @_; my $r = ''; + # XXX-TODO: $commnad_args checked ? eval q{ use FML::CGI::ML; my $obj = new FML::CGI::ML; |
