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/newdomain.pm | |
| 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/newdomain.pm')
| -rw-r--r-- | fml/lib/FML/Command/Admin/newdomain.pm | 10 |
1 files changed, 5 insertions, 5 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 |
