diff options
Diffstat (limited to 'fml/lib/FML/Command')
64 files changed, 320 insertions, 64 deletions
diff --git a/fml/lib/FML/Command/Admin/add.pm b/fml/lib/FML/Command/Admin/add.pm index 2f7555fe..fd60923a 100644 --- a/fml/lib/FML/Command/Admin/add.pm +++ b/fml/lib/FML/Command/Admin/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.6 2002/04/03 11:32:58 fukachan Exp $ +# $FML: add.pm,v 1.7 2002/09/11 23:18:06 fukachan Exp $ # package FML::Command::Admin::add; @@ -39,6 +39,10 @@ See C<FML::Command> for more details. an alias of C<FML::Command::Admin::subscribe>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/addadmin.pm b/fml/lib/FML/Command/Admin/addadmin.pm index 88ffbfbf..238fdfaa 100644 --- a/fml/lib/FML/Command/Admin/addadmin.pm +++ b/fml/lib/FML/Command/Admin/addadmin.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: addadmin.pm,v 1.5 2002/07/25 15:40:58 fukachan Exp $ +# $FML: addadmin.pm,v 1.6 2002/09/11 23:18:06 fukachan Exp $ # package FML::Command::Admin::addadmin; @@ -109,6 +109,10 @@ sub cgi_menu } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/addmoderator.pm b/fml/lib/FML/Command/Admin/addmoderator.pm index 8573338d..9d5f914e 100644 --- a/fml/lib/FML/Command/Admin/addmoderator.pm +++ b/fml/lib/FML/Command/Admin/addmoderator.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: addmoderator.pm,v 1.1 2002/07/26 00:40:56 fukachan Exp $ +# $FML: addmoderator.pm,v 1.2 2002/09/11 23:18:06 fukachan Exp $ # package FML::Command::Admin::addmoderator; @@ -109,6 +109,10 @@ sub cgi_menu } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/addpriv.pm b/fml/lib/FML/Command/Admin/addpriv.pm index 2637e174..568ade89 100644 --- a/fml/lib/FML/Command/Admin/addpriv.pm +++ b/fml/lib/FML/Command/Admin/addpriv.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: addpriv.pm,v 1.2 2002/04/03 11:32:58 fukachan Exp $ +# $FML: addpriv.pm,v 1.3 2002/09/11 23:18:06 fukachan Exp $ # package FML::Command::Admin::addpriv; @@ -39,6 +39,10 @@ See C<FML::Command> for more details. an alias of C<FML::Command::Admin::addadmin>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/adduser.pm b/fml/lib/FML/Command/Admin/adduser.pm index 844878f8..633f32d1 100644 --- a/fml/lib/FML/Command/Admin/adduser.pm +++ b/fml/lib/FML/Command/Admin/adduser.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: adduser.pm,v 1.1 2002/07/13 09:45:41 fukachan Exp $ +# $FML: adduser.pm,v 1.2 2002/09/11 23:18:06 fukachan Exp $ # package FML::Command::Admin::adduser; @@ -39,6 +39,10 @@ See C<FML::Command> for more details. an alias of C<FML::Command::Admin::subscribe>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/adminadd.pm b/fml/lib/FML/Command/Admin/adminadd.pm index 01cfd19d..6eb109e7 100644 --- a/fml/lib/FML/Command/Admin/adminadd.pm +++ b/fml/lib/FML/Command/Admin/adminadd.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: adminadd.pm,v 1.1 2002/07/13 09:45:41 fukachan Exp $ +# $FML: adminadd.pm,v 1.2 2002/09/11 23:18:06 fukachan Exp $ # package FML::Command::Admin::adminadd; @@ -39,6 +39,10 @@ See C<FML::Command> for more details. an alias of C<FML::Command::Admin::addadmin>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/bye.pm b/fml/lib/FML/Command/Admin/bye.pm index 0fdffb0c..eebf9e03 100644 --- a/fml/lib/FML/Command/Admin/bye.pm +++ b/fml/lib/FML/Command/Admin/bye.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: bye.pm,v 1.7 2002/04/03 11:32:59 fukachan Exp $ +# $FML: bye.pm,v 1.8 2002/09/11 23:18:06 fukachan Exp $ # package FML::Command::Admin::bye; @@ -40,6 +40,10 @@ See C<FML::Command> for more details. alias of C<FML::Command::Admin::unsubscribe>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/byeadmin.pm b/fml/lib/FML/Command/Admin/byeadmin.pm index e7056e49..4b7dc0e2 100644 --- a/fml/lib/FML/Command/Admin/byeadmin.pm +++ b/fml/lib/FML/Command/Admin/byeadmin.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: byeadmin.pm,v 1.4 2002/07/02 12:07:33 fukachan Exp $ +# $FML: byeadmin.pm,v 1.5 2002/09/11 23:18:06 fukachan Exp $ # package FML::Command::Admin::byeadmin; @@ -108,6 +108,10 @@ sub cgi_menu } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/byepriv.pm b/fml/lib/FML/Command/Admin/byepriv.pm index d21bb3ae..a2841000 100644 --- a/fml/lib/FML/Command/Admin/byepriv.pm +++ b/fml/lib/FML/Command/Admin/byepriv.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: byepriv.pm,v 1.2 2002/04/03 11:32:59 fukachan Exp $ +# $FML: byepriv.pm,v 1.3 2002/09/11 23:18:07 fukachan Exp $ # package FML::Command::Admin::byepriv; @@ -39,6 +39,10 @@ See C<FML::Command> for more details. an alias of C<FML::Command::Admin::byeadmin>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/chaddr.pm b/fml/lib/FML/Command/Admin/chaddr.pm index 74aec9fc..ea28ec36 100644 --- a/fml/lib/FML/Command/Admin/chaddr.pm +++ b/fml/lib/FML/Command/Admin/chaddr.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: chaddr.pm,v 1.6 2002/08/08 03:09:46 fukachan Exp $ +# $FML: chaddr.pm,v 1.7 2002/09/11 23:18:07 fukachan Exp $ # package FML::Command::Admin::chaddr; @@ -140,6 +140,10 @@ sub process } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/check.pm b/fml/lib/FML/Command/Admin/check.pm index 1396c55b..7e2f24b4 100644 --- a/fml/lib/FML/Command/Admin/check.pm +++ b/fml/lib/FML/Command/Admin/check.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: check.pm,v 1.2 2002/06/01 05:02:32 fukachan Exp $ +# $FML: check.pm,v 1.3 2002/09/15 00:11:43 fukachan Exp $ # package FML::Command::Admin::check; @@ -187,6 +187,10 @@ sub _is_755 } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/deladmin.pm b/fml/lib/FML/Command/Admin/deladmin.pm index 3cc4c559..5254c4fc 100644 --- a/fml/lib/FML/Command/Admin/deladmin.pm +++ b/fml/lib/FML/Command/Admin/deladmin.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: deladmin.pm,v 1.2 2002/07/26 00:40:10 fukachan Exp $ +# $FML: deladmin.pm,v 1.3 2002/09/11 23:18:07 fukachan Exp $ # package FML::Command::Admin::deladmin; @@ -109,6 +109,10 @@ sub cgi_menu } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/delmoderator.pm b/fml/lib/FML/Command/Admin/delmoderator.pm index 415289b5..0c09ce6e 100644 --- a/fml/lib/FML/Command/Admin/delmoderator.pm +++ b/fml/lib/FML/Command/Admin/delmoderator.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: delmoderator.pm,v 1.1 2002/07/26 00:40:56 fukachan Exp $ +# $FML: delmoderator.pm,v 1.2 2002/09/11 23:18:07 fukachan Exp $ # package FML::Command::Admin::delmoderator; @@ -109,6 +109,10 @@ sub cgi_menu } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/deluser.pm b/fml/lib/FML/Command/Admin/deluser.pm index 5e8fcf7f..a464dabc 100644 --- a/fml/lib/FML/Command/Admin/deluser.pm +++ b/fml/lib/FML/Command/Admin/deluser.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: deluser.pm,v 1.1 2002/07/13 09:45:41 fukachan Exp $ +# $FML: deluser.pm,v 1.2 2002/09/11 23:18:07 fukachan Exp $ # package FML::Command::Admin::deluser; @@ -39,6 +39,10 @@ See C<FML::Command> for more details. all requests are forwarded to C<FML::Command::Admin::unsubscribe>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/dir.pm b/fml/lib/FML/Command/Admin/dir.pm index 0819f376..fe17924f 100644 --- a/fml/lib/FML/Command/Admin/dir.pm +++ b/fml/lib/FML/Command/Admin/dir.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: dir.pm,v 1.4 2002/07/17 09:32:51 fukachan Exp $ +# $FML: dir.pm,v 1.5 2002/09/11 23:18:07 fukachan Exp $ # package FML::Command::Admin::dir; @@ -100,6 +100,10 @@ sub cgi_menu } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/edit.pm b/fml/lib/FML/Command/Admin/edit.pm index b4f4e58b..ab725e76 100644 --- a/fml/lib/FML/Command/Admin/edit.pm +++ b/fml/lib/FML/Command/Admin/edit.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: edit.pm,v 1.9 2002/04/06 01:32:21 fukachan Exp $ +# $FML: edit.pm,v 1.10 2002/09/11 23:18:07 fukachan Exp $ # package FML::Command::Admin::edit; @@ -92,6 +92,10 @@ sub process } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/file.pm b/fml/lib/FML/Command/Admin/file.pm index 8de3f15e..0ccbaf13 100644 --- a/fml/lib/FML/Command/Admin/file.pm +++ b/fml/lib/FML/Command/Admin/file.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: file.pm,v 1.4 2002/07/17 09:32:51 fukachan Exp $ +# $FML: file.pm,v 1.5 2002/09/11 23:18:07 fukachan Exp $ # package FML::Command::Admin::file; @@ -112,6 +112,10 @@ sub cgi_menu } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/get.pm b/fml/lib/FML/Command/Admin/get.pm index bfddb462..38d4850f 100644 --- a/fml/lib/FML/Command/Admin/get.pm +++ b/fml/lib/FML/Command/Admin/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.14 2002/07/02 12:09:23 fukachan Exp $ +# $FML: get.pm,v 1.15 2002/09/11 23:18:07 fukachan Exp $ # package FML::Command::Admin::get; @@ -99,6 +99,10 @@ sub process } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/htmlify.pm b/fml/lib/FML/Command/Admin/htmlify.pm index 6394e3f8..39e9e124 100644 --- a/fml/lib/FML/Command/Admin/htmlify.pm +++ b/fml/lib/FML/Command/Admin/htmlify.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: htmlify.pm,v 1.16 2002/04/25 04:07:32 fukachan Exp $ +# $FML: htmlify.pm,v 1.17 2002/04/27 05:25:02 fukachan Exp $ # package FML::Command::Admin::htmlify; @@ -77,6 +77,10 @@ sub process } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/list.pm b/fml/lib/FML/Command/Admin/list.pm index 738ac89b..6373e2bc 100644 --- a/fml/lib/FML/Command/Admin/list.pm +++ b/fml/lib/FML/Command/Admin/list.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: list.pm,v 1.7 2002/06/30 14:30:15 fukachan Exp $ +# $FML: list.pm,v 1.8 2002/09/11 23:18:07 fukachan Exp $ # package FML::Command::Admin::list; @@ -156,6 +156,10 @@ sub cgi_menu } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/log.pm b/fml/lib/FML/Command/Admin/log.pm index 2c9b270f..ccf4fd82 100644 --- a/fml/lib/FML/Command/Admin/log.pm +++ b/fml/lib/FML/Command/Admin/log.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: log.pm,v 1.7 2002/08/16 15:59:19 fukachan Exp $ +# $FML: log.pm,v 1.8 2002/09/11 23:18:07 fukachan Exp $ # package FML::Command::Admin::log; @@ -152,6 +152,10 @@ sub _html_to_text } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/ls.pm b/fml/lib/FML/Command/Admin/ls.pm index 4eca9593..b21d28fa 100644 --- a/fml/lib/FML/Command/Admin/ls.pm +++ b/fml/lib/FML/Command/Admin/ls.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: ls.pm,v 1.2 2002/04/03 15:01:14 fukachan Exp $ +# $FML: ls.pm,v 1.3 2002/09/11 23:18:07 fukachan Exp $ # package FML::Command::Admin::ls; @@ -39,6 +39,10 @@ See C<FML::Command> for more details. an alias of C<FML::Command::Admin::dir>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/mget.pm b/fml/lib/FML/Command/Admin/mget.pm index 7e84cff9..7da3fc1a 100644 --- a/fml/lib/FML/Command/Admin/mget.pm +++ b/fml/lib/FML/Command/Admin/mget.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: mget.pm,v 1.6 2002/04/07 05:08:24 fukachan Exp $ +# $FML: mget.pm,v 1.7 2002/09/11 23:18:08 fukachan Exp $ # package FML::Command::Admin::mget; @@ -39,6 +39,10 @@ See C<FML::Command> for more details. an alias of C<FML::Command::Admin::get>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/newml.pm b/fml/lib/FML/Command/Admin/newml.pm index 1b4e99d3..601b284c 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.50 2002/09/11 23:18:08 fukachan Exp $ +# $FML: newml.pm,v 1.51 2002/09/15 00:11:43 fukachan Exp $ # package FML::Command::Admin::newml; @@ -446,6 +446,10 @@ sub cgi_menu } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/off.pm b/fml/lib/FML/Command/Admin/off.pm index 064dd45a..aabe9b9e 100644 --- a/fml/lib/FML/Command/Admin/off.pm +++ b/fml/lib/FML/Command/Admin/off.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: off.pm,v 1.1 2002/07/22 15:39:54 tmu Exp $ +# $FML: off.pm,v 1.2 2002/09/11 23:18:08 fukachan Exp $ # package FML::Command::Admin::off; @@ -106,6 +106,10 @@ sub cgi_menu } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR MURASHITA Takuya diff --git a/fml/lib/FML/Command/Admin/on.pm b/fml/lib/FML/Command/Admin/on.pm index 8bdbe820..621f555d 100644 --- a/fml/lib/FML/Command/Admin/on.pm +++ b/fml/lib/FML/Command/Admin/on.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: on.pm,v 1.2 2002/08/03 13:13:22 fukachan Exp $ +# $FML: on.pm,v 1.3 2002/09/11 23:18:08 fukachan Exp $ # package FML::Command::Admin::on; @@ -106,6 +106,10 @@ sub cgi_menu } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR MURASHITA Takuya diff --git a/fml/lib/FML/Command/Admin/pass.pm b/fml/lib/FML/Command/Admin/pass.pm index 54689aad..db26873b 100644 --- a/fml/lib/FML/Command/Admin/pass.pm +++ b/fml/lib/FML/Command/Admin/pass.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: pass.pm,v 1.2 2002/04/03 15:01:14 fukachan Exp $ +# $FML: pass.pm,v 1.3 2002/09/11 23:18:08 fukachan Exp $ # package FML::Command::Admin::pass; @@ -40,6 +40,10 @@ See C<FML::Command> for more details. an alias of C<FML::Command::Admin::password>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/password.pm b/fml/lib/FML/Command/Admin/password.pm index 36623e03..3853c8ff 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.2 2002/03/30 11:08:35 fukachan Exp $ +# $FML: password.pm,v 1.3 2002/09/11 23:18:08 fukachan Exp $ # package FML::Command::Admin::password; @@ -84,6 +84,10 @@ sub rewrite_prompt } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/remove.pm b/fml/lib/FML/Command/Admin/remove.pm index 5e129400..be5a3258 100644 --- a/fml/lib/FML/Command/Admin/remove.pm +++ b/fml/lib/FML/Command/Admin/remove.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: remove.pm,v 1.7 2002/04/03 11:32:59 fukachan Exp $ +# $FML: remove.pm,v 1.8 2002/09/11 23:18:08 fukachan Exp $ # package FML::Command::Admin::remove; @@ -40,6 +40,10 @@ See C<FML::Command> for more details. an alias of C<FML::Command::Admin::unsubscribe>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/resign.pm b/fml/lib/FML/Command/Admin/resign.pm index bc2fd08a..9d1507ed 100644 --- a/fml/lib/FML/Command/Admin/resign.pm +++ b/fml/lib/FML/Command/Admin/resign.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: resign.pm,v 1.7 2002/04/03 11:32:59 fukachan Exp $ +# $FML: resign.pm,v 1.8 2002/09/11 23:18:08 fukachan Exp $ # package FML::Command::Admin::resign; @@ -39,6 +39,10 @@ See C<FML::Command> for more details. all requests are forwarded to C<FML::Command::Admin::unsubscribe>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/rmml.pm b/fml/lib/FML/Command/Admin/rmml.pm index 23b1edf9..60fa4a96 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.7 2002/07/12 15:06:34 fukachan Exp $ +# $FML: rmml.pm,v 1.8 2002/09/11 23:18:08 fukachan Exp $ # package FML::Command::Admin::rmml; @@ -179,6 +179,10 @@ sub cgi_menu } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/signoff.pm b/fml/lib/FML/Command/Admin/signoff.pm index afab0c26..8312bb84 100644 --- a/fml/lib/FML/Command/Admin/signoff.pm +++ b/fml/lib/FML/Command/Admin/signoff.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: signoff.pm,v 1.7 2002/04/03 11:32:59 fukachan Exp $ +# $FML: signoff.pm,v 1.8 2002/09/11 23:18:08 fukachan Exp $ # package FML::Command::Admin::signoff; @@ -40,6 +40,10 @@ See C<FML::Command> for more details. all requests are forwarded to C<FML::Command::Admin::unsubscribe>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/subscribe.pm b/fml/lib/FML/Command/Admin/subscribe.pm index 3f9d579d..04254f0b 100644 --- a/fml/lib/FML/Command/Admin/subscribe.pm +++ b/fml/lib/FML/Command/Admin/subscribe.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: subscribe.pm,v 1.16 2002/04/03 11:32:59 fukachan Exp $ +# $FML: subscribe.pm,v 1.17 2002/09/11 23:18:08 fukachan Exp $ # package FML::Command::Admin::subscribe; @@ -108,6 +108,10 @@ sub cgi_menu } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/unsubscribe.pm b/fml/lib/FML/Command/Admin/unsubscribe.pm index 0bf4c199..35967f68 100644 --- a/fml/lib/FML/Command/Admin/unsubscribe.pm +++ b/fml/lib/FML/Command/Admin/unsubscribe.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: unsubscribe.pm,v 1.14 2002/07/20 04:33:12 tmu Exp $ +# $FML: unsubscribe.pm,v 1.15 2002/09/11 23:18:09 fukachan Exp $ # package FML::Command::Admin::unsubscribe; @@ -108,6 +108,10 @@ sub cgi_menu } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/useradd.pm b/fml/lib/FML/Command/Admin/useradd.pm index 22a8aaf8..7d3fe2c0 100644 --- a/fml/lib/FML/Command/Admin/useradd.pm +++ b/fml/lib/FML/Command/Admin/useradd.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: useradd.pm,v 1.1 2002/07/13 09:45:41 fukachan Exp $ +# $FML: useradd.pm,v 1.2 2002/09/11 23:18:09 fukachan Exp $ # package FML::Command::Admin::useradd; @@ -39,6 +39,10 @@ See C<FML::Command> for more details. an alias of C<FML::Command::Admin::subscribe>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Admin/userdel.pm b/fml/lib/FML/Command/Admin/userdel.pm index 6ce95770..4d95db81 100644 --- a/fml/lib/FML/Command/Admin/userdel.pm +++ b/fml/lib/FML/Command/Admin/userdel.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: userdel.pm,v 1.1 2002/07/13 09:45:41 fukachan Exp $ +# $FML: userdel.pm,v 1.2 2002/09/11 23:18:09 fukachan Exp $ # package FML::Command::Admin::userdel; @@ -39,6 +39,10 @@ See C<FML::Command> for more details. all requests are forwarded to C<FML::Command::Admin::unsubscribe>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Auth.pm b/fml/lib/FML/Command/Auth.pm index 27f605fc..8ee52daf 100644 --- a/fml/lib/FML/Command/Auth.pm +++ b/fml/lib/FML/Command/Auth.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: Auth.pm,v 1.13 2002/08/08 03:09:46 fukachan Exp $ +# $FML: Auth.pm,v 1.14 2002/09/11 23:18:04 fukachan Exp $ # package FML::Command::Auth; @@ -187,6 +187,10 @@ sub check_admin_member_password See C<http://www.fml.org/software/FNF/> on fml coding style guide. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/DataCheck.pm b/fml/lib/FML/Command/DataCheck.pm index 1f005d0e..bc077e17 100644 --- a/fml/lib/FML/Command/DataCheck.pm +++ b/fml/lib/FML/Command/DataCheck.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: DataCheck.pm,v 1.4 2002/07/15 15:27:13 fukachan Exp $ +# $FML: DataCheck.pm,v 1.5 2002/09/11 23:18:05 fukachan Exp $ # package FML::Command::DataCheck; @@ -168,6 +168,10 @@ sub clean_up See C<http://www.fml.org/software/FNF/> on fml coding style guide. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/DirUtils.pm b/fml/lib/FML/Command/DirUtils.pm index 8a97fc4b..18ef3e40 100644 --- a/fml/lib/FML/Command/DirUtils.pm +++ b/fml/lib/FML/Command/DirUtils.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: DirUtils.pm,v 1.7 2002/08/03 13:13:21 fukachan Exp $ +# $FML: DirUtils.pm,v 1.8 2002/09/11 23:18:05 fukachan Exp $ # package FML::Command::DirUtils; @@ -105,6 +105,10 @@ sub dir } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/FileUtils.pm b/fml/lib/FML/Command/FileUtils.pm index 206e775a..e681135d 100644 --- a/fml/lib/FML/Command/FileUtils.pm +++ b/fml/lib/FML/Command/FileUtils.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: FileUtils.pm,v 1.4 2002/07/02 12:04:57 fukachan Exp $ +# $FML: FileUtils.pm,v 1.5 2002/09/11 23:18:05 fukachan Exp $ # package FML::Command::FileUtils; @@ -116,6 +116,10 @@ sub remove } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/HTMLify.pm b/fml/lib/FML/Command/HTMLify.pm index 684456a2..9668c50e 100644 --- a/fml/lib/FML/Command/HTMLify.pm +++ b/fml/lib/FML/Command/HTMLify.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: HTMLify.pm,v 1.8 2002/09/11 23:18:05 fukachan Exp $ +# $FML: HTMLify.pm,v 1.9 2002/09/15 00:11:42 fukachan Exp $ # package FML::Command::HTMLify; @@ -131,6 +131,10 @@ sub _check_subdir_exists } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/SendFile.pm b/fml/lib/FML/Command/SendFile.pm index 444bd3c9..6f2c37e8 100644 --- a/fml/lib/FML/Command/SendFile.pm +++ b/fml/lib/FML/Command/SendFile.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: SendFile.pm,v 1.21 2002/08/19 14:39:00 fukachan Exp $ +# $FML: SendFile.pm,v 1.22 2002/09/11 23:18:05 fukachan Exp $ # package FML::Command::SendFile; @@ -208,6 +208,10 @@ sub send_user_xxx_message } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/add.pm b/fml/lib/FML/Command/User/add.pm index 49c5bc96..6a14547d 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.7 2002/04/03 11:33:00 fukachan Exp $ +# $FML: add.pm,v 1.8 2002/09/11 23:18:09 fukachan Exp $ # package FML::Command::User::add; @@ -40,6 +40,10 @@ See C<FML::Command> for more details. forward request to C<FML::Command::User::subscribe> module. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/bye.pm b/fml/lib/FML/Command/User/bye.pm index 705380e7..407d46dc 100644 --- a/fml/lib/FML/Command/User/bye.pm +++ b/fml/lib/FML/Command/User/bye.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: bye.pm,v 1.8 2002/04/03 11:33:00 fukachan Exp $ +# $FML: bye.pm,v 1.9 2002/09/11 23:18:09 fukachan Exp $ # package FML::Command::User::bye; @@ -40,6 +40,10 @@ See C<FML::Command> for more details. alias of C<FML::Command::User::unsubscribe>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/chaddr.pm b/fml/lib/FML/Command/User/chaddr.pm index 13dc1d18..25f6175f 100644 --- a/fml/lib/FML/Command/User/chaddr.pm +++ b/fml/lib/FML/Command/User/chaddr.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: chaddr.pm,v 1.12 2002/08/08 03:09:47 fukachan Exp $ +# $FML: chaddr.pm,v 1.13 2002/09/11 23:18:09 fukachan Exp $ # package FML::Command::User::chaddr; @@ -117,6 +117,10 @@ sub process } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/confirm.pm b/fml/lib/FML/Command/User/confirm.pm index 03ba5ab4..b7cbb4c3 100644 --- a/fml/lib/FML/Command/User/confirm.pm +++ b/fml/lib/FML/Command/User/confirm.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: confirm.pm,v 1.15 2002/08/17 23:30:09 fukachan Exp $ +# $FML: confirm.pm,v 1.16 2002/09/11 23:18:09 fukachan Exp $ # package FML::Command::User::confirm; @@ -176,6 +176,10 @@ sub _switch_command } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/deny.pm b/fml/lib/FML/Command/User/deny.pm index 1e343561..39c4ed92 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.4 2002/04/06 01:32:21 fukachan Exp $ +# $FML: deny.pm,v 1.5 2002/09/11 23:18:09 fukachan Exp $ # package FML::Command::User::deny; @@ -67,6 +67,10 @@ sub process } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/get.pm b/fml/lib/FML/Command/User/get.pm index ae7aa7de..af11a550 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.11 2002/04/06 01:32:21 fukachan Exp $ +# $FML: get.pm,v 1.12 2002/09/11 23:18:09 fukachan Exp $ # package FML::Command::User::get; @@ -71,6 +71,10 @@ sub process } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/guide.pm b/fml/lib/FML/Command/User/guide.pm index 90029348..86a9733e 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.8 2002/04/06 01:32:21 fukachan Exp $ +# $FML: guide.pm,v 1.9 2002/09/11 23:18:10 fukachan Exp $ # package FML::Command::User::guide; @@ -68,6 +68,10 @@ sub process } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/help.pm b/fml/lib/FML/Command/User/help.pm index 076b51c7..9a60760c 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.12 2002/04/06 01:32:21 fukachan Exp $ +# $FML: help.pm,v 1.13 2002/09/11 23:18:10 fukachan Exp $ # package FML::Command::User::help; @@ -68,6 +68,10 @@ sub process } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/info.pm b/fml/lib/FML/Command/User/info.pm index 0e980fae..160c2e42 100644 --- a/fml/lib/FML/Command/User/info.pm +++ b/fml/lib/FML/Command/User/info.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: info.pm,v 1.5 2002/04/06 01:32:21 fukachan Exp $ +# $FML: info.pm,v 1.6 2002/09/11 23:18:10 fukachan Exp $ # package FML::Command::User::info; @@ -38,6 +38,10 @@ See C<FML::Command> for more details. =head1 DESCRIPTION +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/mget.pm b/fml/lib/FML/Command/User/mget.pm index 2c7a613b..844f5b5d 100644 --- a/fml/lib/FML/Command/User/mget.pm +++ b/fml/lib/FML/Command/User/mget.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: mget.pm,v 1.9 2002/04/06 01:32:21 fukachan Exp $ +# $FML: mget.pm,v 1.10 2002/09/11 23:18:10 fukachan Exp $ # package FML::Command::User::mget; @@ -39,6 +39,10 @@ forwarded C<FML::Command::User::get>. an alias of C<FML::Command::User::get>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/objective.pm b/fml/lib/FML/Command/User/objective.pm index 9e7d994e..652aefb4 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.4 2002/04/06 01:32:22 fukachan Exp $ +# $FML: objective.pm,v 1.5 2002/09/11 23:18:10 fukachan Exp $ # package FML::Command::User::objective; @@ -67,6 +67,10 @@ sub process } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/off.pm b/fml/lib/FML/Command/User/off.pm index a78ab9e1..164d81a3 100644 --- a/fml/lib/FML/Command/User/off.pm +++ b/fml/lib/FML/Command/User/off.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: off.pm,v 1.2 2002/08/08 03:09:47 fukachan Exp $ +# $FML: off.pm,v 1.3 2002/09/11 23:18:10 fukachan Exp $ # package FML::Command::User::off; @@ -110,6 +110,10 @@ sub process } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR MURASHITA Takuya diff --git a/fml/lib/FML/Command/User/on.pm b/fml/lib/FML/Command/User/on.pm index cc678ec5..28bcaf23 100644 --- a/fml/lib/FML/Command/User/on.pm +++ b/fml/lib/FML/Command/User/on.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: on.pm,v 1.2 2002/08/08 03:09:47 fukachan Exp $ +# $FML: on.pm,v 1.3 2002/09/11 23:18:10 fukachan Exp $ # package FML::Command::User::on; @@ -113,6 +113,10 @@ sub process } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR MURASHITA Takuya diff --git a/fml/lib/FML/Command/User/remove.pm b/fml/lib/FML/Command/User/remove.pm index 8421f0ca..dbd1d7c7 100644 --- a/fml/lib/FML/Command/User/remove.pm +++ b/fml/lib/FML/Command/User/remove.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: remove.pm,v 1.8 2002/04/03 11:33:00 fukachan Exp $ +# $FML: remove.pm,v 1.9 2002/09/11 23:18:10 fukachan Exp $ # package FML::Command::User::remove; @@ -40,6 +40,10 @@ See C<FML::Command> for more details. alias of C<FML::Command::User::unsubscribe>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/resign.pm b/fml/lib/FML/Command/User/resign.pm index 7e4efe1d..11a02e23 100644 --- a/fml/lib/FML/Command/User/resign.pm +++ b/fml/lib/FML/Command/User/resign.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: resign.pm,v 1.8 2002/04/03 11:33:00 fukachan Exp $ +# $FML: resign.pm,v 1.9 2002/09/11 23:18:10 fukachan Exp $ # package FML::Command::User::resign; @@ -39,6 +39,10 @@ See C<FML::Command> for more details. all requests are forwarded to C<FML::Command::User::unsubscribe>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/send.pm b/fml/lib/FML/Command/User/send.pm index 3ad0210f..d18b19ae 100644 --- a/fml/lib/FML/Command/User/send.pm +++ b/fml/lib/FML/Command/User/send.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: send.pm,v 1.8 2002/04/06 14:46:28 fukachan Exp $ +# $FML: send.pm,v 1.9 2002/09/11 23:18:10 fukachan Exp $ # package FML::Command::User::send; @@ -39,6 +39,10 @@ forwarded C<FML::Command::User::get>. an alias of C<FML::Command::User::get>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/signoff.pm b/fml/lib/FML/Command/User/signoff.pm index aa0f553a..09d8de25 100644 --- a/fml/lib/FML/Command/User/signoff.pm +++ b/fml/lib/FML/Command/User/signoff.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: signoff.pm,v 1.9 2002/04/06 01:32:22 fukachan Exp $ +# $FML: signoff.pm,v 1.10 2002/09/11 23:18:10 fukachan Exp $ # package FML::Command::User::signoff; @@ -40,6 +40,10 @@ See C<FML::Command> for more details. an alias of C<FML::Command::User::unsubscribe>. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/subscribe.pm b/fml/lib/FML/Command/User/subscribe.pm index b1d56cd6..c29aa68b 100644 --- a/fml/lib/FML/Command/User/subscribe.pm +++ b/fml/lib/FML/Command/User/subscribe.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: subscribe.pm,v 1.13 2002/08/08 03:09:47 fukachan Exp $ +# $FML: subscribe.pm,v 1.14 2002/09/11 23:18:10 fukachan Exp $ # package FML::Command::User::subscribe; @@ -105,6 +105,10 @@ sub process } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/summary.pm b/fml/lib/FML/Command/User/summary.pm index b0eb1701..c7395580 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.9 2002/07/02 12:38:06 fukachan Exp $ +# $FML: summary.pm,v 1.10 2002/09/11 23:18:10 fukachan Exp $ # package FML::Command::User::summary; @@ -80,6 +80,10 @@ sub process } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/User/unsubscribe.pm b/fml/lib/FML/Command/User/unsubscribe.pm index 932112bc..3d9f23f0 100644 --- a/fml/lib/FML/Command/User/unsubscribe.pm +++ b/fml/lib/FML/Command/User/unsubscribe.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: unsubscribe.pm,v 1.13 2002/08/08 03:09:47 fukachan Exp $ +# $FML: unsubscribe.pm,v 1.14 2002/09/11 23:18:11 fukachan Exp $ # package FML::Command::User::unsubscribe; @@ -102,6 +102,10 @@ sub process } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/UserControl.pm b/fml/lib/FML/Command/UserControl.pm index 0a72fa12..f2765d83 100644 --- a/fml/lib/FML/Command/UserControl.pm +++ b/fml/lib/FML/Command/UserControl.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: UserControl.pm,v 1.17 2002/08/08 03:09:46 fukachan Exp $ +# $FML: UserControl.pm,v 1.18 2002/09/11 23:18:06 fukachan Exp $ # package FML::Command::UserControl; @@ -179,6 +179,10 @@ sub userlist } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi diff --git a/fml/lib/FML/Command/Utils.pm b/fml/lib/FML/Command/Utils.pm index 25353d53..6df522cc 100644 --- a/fml/lib/FML/Command/Utils.pm +++ b/fml/lib/FML/Command/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.3 2001/12/23 03:50:26 fukachan Exp $ +# $FML: Utils.pm,v 1.4 2002/09/11 23:18:06 fukachan Exp $ # package FML::Command::Utils; @@ -40,6 +40,10 @@ sub new } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi |
