diff options
| author | fukachan <fukachan> | 2003-12-31 03:49:15 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-12-31 03:49:15 +0000 |
| commit | ed1d2894755d8ba93c35a58f28ad7c8a17b9b7d5 (patch) | |
| tree | 147f53bdc2aec53358c3402da5cd8b2394511259 /fml/lib/FML/Command/User/add.pm | |
| parent | 602d86bd3f907861fa467e5f4dc09b8a6f5342ad (diff) | |
| download | fml8-ed1d2894755d8ba93c35a58f28ad7c8a17b9b7d5.tar.gz fml8-ed1d2894755d8ba93c35a58f28ad7c8a17b9b7d5.tar.bz2 fml8-ed1d2894755d8ba93c35a58f28ad7c8a17b9b7d5.zip | |
update comments
Diffstat (limited to 'fml/lib/FML/Command/User/add.pm')
| -rw-r--r-- | fml/lib/FML/Command/User/add.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/User/add.pm b/fml/lib/FML/Command/User/add.pm index d46fadcb..98c9e631 100644 --- a/fml/lib/FML/Command/User/add.pm +++ b/fml/lib/FML/Command/User/add.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: add.pm,v 1.9 2002/09/22 14:56:47 fukachan Exp $ +# $FML: add.pm,v 1.10 2002/12/15 13:46:30 fukachan Exp $ # package FML::Command::User::add; @@ -38,7 +38,8 @@ See C<FML::Command> for more details. =head1 DESCRIPTION -forward request to C<FML::Command::User::subscribe> module. +Alias of C<subscribe>. +This request is forwarded to C<FML::Command::User::subscribe> module. =head1 CODING STYLE |
