diff options
| author | fukachan <fukachan> | 2002-09-22 14:56:37 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-09-22 14:56:37 +0000 |
| commit | 92a5887666e6fef5b5da5cf8ad036dda608be463 (patch) | |
| tree | 69961b1bd91f1c401002a2c562fd11573f1814c7 /fml/lib/FML | |
| parent | a91e4033c9ac01fa075cce256189256ed84f93bf (diff) | |
| download | fml8-92a5887666e6fef5b5da5cf8ad036dda608be463.tar.gz fml8-92a5887666e6fef5b5da5cf8ad036dda608be463.tar.bz2 fml8-92a5887666e6fef5b5da5cf8ad036dda608be463.zip | |
add section on FNF
Diffstat (limited to 'fml/lib/FML')
119 files changed, 595 insertions, 119 deletions
diff --git a/fml/lib/FML/Article.pm b/fml/lib/FML/Article.pm index 5875b80e..b2144b55 100644 --- a/fml/lib/FML/Article.pm +++ b/fml/lib/FML/Article.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: Article.pm,v 1.45 2002/09/11 23:18:01 fukachan Exp $ +# $FML: Article.pm,v 1.46 2002/09/15 00:11:42 fukachan Exp $ # package FML::Article; @@ -318,6 +318,10 @@ L<FML::Header>, L<Mail::Message>, L<File::Sequence> +=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/CGI/Admin/List.pm b/fml/lib/FML/CGI/Admin/List.pm index 4300d7a9..0699a9bf 100644 --- a/fml/lib/FML/CGI/Admin/List.pm +++ b/fml/lib/FML/CGI/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.3 2002/06/30 14:30:14 fukachan Exp $ +# $FML: List.pm,v 1.4 2002/09/11 23:18:04 fukachan Exp $ # package FML::CGI::Admin::List; @@ -75,6 +75,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/CGI/Admin/ML.pm b/fml/lib/FML/CGI/Admin/ML.pm index 5bf0ad19..37e3a59f 100644 --- a/fml/lib/FML/CGI/Admin/ML.pm +++ b/fml/lib/FML/CGI/Admin/ML.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: ML.pm,v 1.4 2002/06/25 04:01:19 fukachan Exp $ +# $FML: ML.pm,v 1.5 2002/09/11 23:18:04 fukachan Exp $ # package FML::CGI::Admin::ML; @@ -114,6 +114,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/CGI/Admin/Menu.pm b/fml/lib/FML/CGI/Admin/Menu.pm index 1ec77a2a..44fcfda5 100644 --- a/fml/lib/FML/CGI/Admin/Menu.pm +++ b/fml/lib/FML/CGI/Admin/Menu.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: Menu.pm,v 1.20 2002/07/02 12:00:03 fukachan Exp $ +# $FML: Menu.pm,v 1.21 2002/09/11 23:18:04 fukachan Exp $ # package FML::CGI::Admin::Menu; @@ -263,6 +263,10 @@ L<FML::Process::CGI> and L<FML::Process::Flow> +=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/CGI/Admin/User.pm b/fml/lib/FML/CGI/Admin/User.pm index 8a7b0ea2..6db5bae8 100644 --- a/fml/lib/FML/CGI/Admin/User.pm +++ b/fml/lib/FML/CGI/Admin/User.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: User.pm,v 1.12 2002/08/03 13:13:21 fukachan Exp $ +# $FML: User.pm,v 1.13 2002/09/11 23:18:04 fukachan Exp $ # package FML::CGI::Admin::User; @@ -113,6 +113,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/CGI/Calender.pm b/fml/lib/FML/CGI/Calender.pm index 2ba63129..5ca465fd 100644 --- a/fml/lib/FML/CGI/Calender.pm +++ b/fml/lib/FML/CGI/Calender.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: Calender.pm,v 1.4 2002/07/02 11:57:38 fukachan Exp $ +# $FML: Calender.pm,v 1.5 2002/09/11 23:18:03 fukachan Exp $ # package FML::CGI::Calender; @@ -151,6 +151,10 @@ L<FML::Process::CGI> and L<FML::Process::Flow> +=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/CGI/ThreadTrack.pm b/fml/lib/FML/CGI/ThreadTrack.pm index 0b0eace3..5edf2145 100644 --- a/fml/lib/FML/CGI/ThreadTrack.pm +++ b/fml/lib/FML/CGI/ThreadTrack.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: ThreadTrack.pm,v 1.19 2002/07/02 11:58:18 fukachan Exp $ +# $FML: ThreadTrack.pm,v 1.20 2002/09/11 23:18:03 fukachan Exp $ # package FML::CGI::ThreadTrack; @@ -218,6 +218,10 @@ L<FML::Process::CGI> and L<FML::Process::Flow> +=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.pm b/fml/lib/FML/Command.pm index b86e63d9..38263430 100644 --- a/fml/lib/FML/Command.pm +++ b/fml/lib/FML/Command.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: Command.pm,v 1.31 2002/08/03 13:13:18 fukachan Exp $ +# $FML: Command.pm,v 1.32 2002/09/11 23:18:01 fukachan Exp $ # package FML::Command; @@ -203,6 +203,10 @@ sub AUTOLOAD } +=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/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 diff --git a/fml/lib/FML/Config.pm b/fml/lib/FML/Config.pm index 5dfe03b1..fc10160c 100644 --- a/fml/lib/FML/Config.pm +++ b/fml/lib/FML/Config.pm @@ -3,7 +3,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: Config.pm,v 1.70 2002/08/07 00:09:35 fukachan Exp $ +# $FML: Config.pm,v 1.71 2002/09/11 23:18:01 fukachan Exp $ # package FML::Config; @@ -1146,6 +1146,10 @@ sub NEXTKEY } +=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/Config/Convert.pm b/fml/lib/FML/Config/Convert.pm index 348f8fdb..2f82c7d8 100644 --- a/fml/lib/FML/Config/Convert.pm +++ b/fml/lib/FML/Config/Convert.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: Convert.pm,v 1.9 2002/07/02 12:38:44 fukachan Exp $ +# $FML: Convert.pm,v 1.10 2002/09/11 23:18:11 fukachan Exp $ # @@ -153,6 +153,10 @@ sub _replace } +=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/Confirm.pm b/fml/lib/FML/Confirm.pm index 365fa7f2..5cd48482 100644 --- a/fml/lib/FML/Confirm.pm +++ b/fml/lib/FML/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.5 2002/09/11 23:18:02 fukachan Exp $ +# $FML: Confirm.pm,v 1.6 2002/09/15 00:08:54 fukachan Exp $ # package FML::Confirm; @@ -272,6 +272,10 @@ sub is_expired } +=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/Credential.pm b/fml/lib/FML/Credential.pm index 088bd359..4b6ae401 100644 --- a/fml/lib/FML/Credential.pm +++ b/fml/lib/FML/Credential.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: Credential.pm,v 1.33 2002/08/26 05:52:06 fukachan Exp $ +# $FML: Credential.pm,v 1.34 2002/09/11 23:18:02 fukachan Exp $ # package FML::Credential; @@ -497,6 +497,10 @@ if ($0 eq __FILE__) { } +=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/Error.pm b/fml/lib/FML/Error.pm index 6e45782a..42643205 100644 --- a/fml/lib/FML/Error.pm +++ b/fml/lib/FML/Error.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: Error.pm,v 1.5 2002/08/16 00:59:06 fukachan Exp $ +# $FML: Error.pm,v 1.6 2002/09/11 23:18:02 fukachan Exp $ # package FML::Error; @@ -173,6 +173,10 @@ sub deluser 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/Error/Analyze.pm b/fml/lib/FML/Error/Analyze.pm index 0fec0327..18781860 100644 --- a/fml/lib/FML/Error/Analyze.pm +++ b/fml/lib/FML/Error/Analyze.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: Analyze.pm,v 1.4 2002/08/26 03:51:52 fukachan Exp $ +# $FML: Analyze.pm,v 1.5 2002/09/11 23:18:11 fukachan Exp $ # package FML::Error::Analyze; @@ -155,6 +155,10 @@ sub error_continuity 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/Error/Cache.pm b/fml/lib/FML/Error/Cache.pm index 7cfe40cd..07716621 100644 --- a/fml/lib/FML/Error/Cache.pm +++ b/fml/lib/FML/Error/Cache.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: Cache.pm,v 1.3 2002/08/16 00:59:59 fukachan Exp $ +# $FML: Cache.pm,v 1.4 2002/09/11 23:18:11 fukachan Exp $ # package FML::Error::Cache; @@ -171,6 +171,10 @@ sub get_all_values_as_hash_ref 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/Filter.pm b/fml/lib/FML/Filter.pm index 9c81e3ac..d5d693da 100644 --- a/fml/lib/FML/Filter.pm +++ b/fml/lib/FML/Filter.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: Filter.pm,v 1.9 2002/06/01 14:53:38 fukachan Exp $ +# $FML: Filter.pm,v 1.10 2002/09/11 23:18:02 fukachan Exp $ # package FML::Filter; @@ -138,6 +138,10 @@ sub check } +=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/Filter/BodyCheck.pm b/fml/lib/FML/Filter/BodyCheck.pm index a3c026d1..b916c2bb 100644 --- a/fml/lib/FML/Filter/BodyCheck.pm +++ b/fml/lib/FML/Filter/BodyCheck.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: BodyCheck.pm,v 1.23 2002/09/11 23:18:12 fukachan Exp $ +# $FML: BodyCheck.pm,v 1.24 2002/09/13 16:35:57 tmu Exp $ # package FML::Filter::BodyCheck; @@ -537,6 +537,10 @@ sub _probe_uuencode } +=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/Filter/ContentCheck.pm b/fml/lib/FML/Filter/ContentCheck.pm index 94966b13..e5c74938 100644 --- a/fml/lib/FML/Filter/ContentCheck.pm +++ b/fml/lib/FML/Filter/ContentCheck.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: ContentCheck.pm,v 1.9 2002/07/02 03:56:38 fukachan Exp $ +# $FML: ContentCheck.pm,v 1.10 2002/09/11 23:18:12 fukachan Exp $ # package FML::Filter::ContentCheck; @@ -259,6 +259,10 @@ sub reject_mimetype } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Takuya MURASHITA diff --git a/fml/lib/FML/Filter/HeaderCheck.pm b/fml/lib/FML/Filter/HeaderCheck.pm index 80fa64e7..7ca32cd8 100644 --- a/fml/lib/FML/Filter/HeaderCheck.pm +++ b/fml/lib/FML/Filter/HeaderCheck.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: HeaderCheck.pm,v 1.17 2002/07/02 03:56:50 fukachan Exp $ +# $FML: HeaderCheck.pm,v 1.18 2002/09/11 23:18:12 fukachan Exp $ # package FML::Filter::HeaderCheck; @@ -138,6 +138,10 @@ sub check_message_id } +=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/Filter/TrafficMonitor.pm b/fml/lib/FML/Filter/TrafficMonitor.pm index aeab137f..3965ceb7 100644 --- a/fml/lib/FML/Filter/TrafficMonitor.pm +++ b/fml/lib/FML/Filter/TrafficMonitor.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: TrafficMonitor.pm,v 1.6 2002/04/27 05:25:02 fukachan Exp $ +# $FML: TrafficMonitor.pm,v 1.7 2002/09/11 23:18:12 fukachan Exp $ # package FML::Filter::TrafficMonitor; @@ -71,6 +71,10 @@ sub _open_cache } +=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/Header.pm b/fml/lib/FML/Header.pm index d0a2d216..6e677a3e 100644 --- a/fml/lib/FML/Header.pm +++ b/fml/lib/FML/Header.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: Header.pm,v 1.47 2002/07/31 13:22:02 fukachan Exp $ +# $FML: Header.pm,v 1.48 2002/09/11 23:18:02 fukachan Exp $ # package FML::Header; @@ -607,6 +607,10 @@ sub check_list_post L<Mail::Header> +=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/Header/MessageID.pm b/fml/lib/FML/Header/MessageID.pm index 105b66bd..fad54515 100644 --- a/fml/lib/FML/Header/MessageID.pm +++ b/fml/lib/FML/Header/MessageID.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: MessageID.pm,v 1.6 2002/08/03 10:32:35 fukachan Exp $ +# $FML: MessageID.pm,v 1.7 2002/09/11 23:18:12 fukachan Exp $ # package FML::Header::MessageID; @@ -160,6 +160,10 @@ sub gen_id } +=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/Header/Subject.pm b/fml/lib/FML/Header/Subject.pm index 0823d80f..a4af6979 100644 --- a/fml/lib/FML/Header/Subject.pm +++ b/fml/lib/FML/Header/Subject.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: Subject.pm,v 1.28 2002/08/13 11:47:40 fukachan Exp $ +# $FML: Subject.pm,v 1.29 2002/09/11 23:18:12 fukachan Exp $ # package FML::Header::Subject; @@ -203,6 +203,10 @@ sub _cut_off_reply } +=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/Log.pm b/fml/lib/FML/Log.pm index 4c26081c..b01e41fa 100644 --- a/fml/lib/FML/Log.pm +++ b/fml/lib/FML/Log.pm @@ -2,7 +2,7 @@ # # Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi # -# $FML: Log.pm,v 1.21 2002/09/11 15:25:27 fukachan Exp $ +# $FML: Log.pm,v 1.22 2002/09/11 23:18:03 fukachan Exp $ # package FML::Log; @@ -181,6 +181,10 @@ L<Mail::Message::Date>, L<FML::Config>, L<FML::Credential>, +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi <F<fukachan@fml.org>> diff --git a/fml/lib/FML/MTAControl.pm b/fml/lib/FML/MTAControl.pm index 6108b5cc..b3ae5336 100644 --- a/fml/lib/FML/MTAControl.pm +++ b/fml/lib/FML/MTAControl.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: MTAControl.pm,v 1.11 2002/08/03 13:13:19 fukachan Exp $ +# $FML: MTAControl.pm,v 1.12 2002/09/11 23:18:03 fukachan Exp $ # package FML::MTAControl; @@ -293,6 +293,10 @@ sub _install } +=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/MTAControl/Postfix.pm b/fml/lib/FML/MTAControl/Postfix.pm index f66b28e8..12f33fc2 100644 --- a/fml/lib/FML/MTAControl/Postfix.pm +++ b/fml/lib/FML/MTAControl/Postfix.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: Postfix.pm,v 1.9 2002/08/13 14:36:43 fukachan Exp $ +# $FML: Postfix.pm,v 1.10 2002/09/11 23:18:13 fukachan Exp $ # package FML::MTAControl::Postfix; @@ -400,6 +400,10 @@ sub postfix_update_virtual_map } +=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/MTAControl/Procmail.pm b/fml/lib/FML/MTAControl/Procmail.pm index 42e39b3f..97fffbe7 100644 --- a/fml/lib/FML/MTAControl/Procmail.pm +++ b/fml/lib/FML/MTAControl/Procmail.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: Procmail.pm,v 1.2 2002/07/17 09:33:46 fukachan Exp $ +# $FML: Procmail.pm,v 1.3 2002/09/11 23:18:13 fukachan Exp $ # package FML::MTAControl::Procmail; @@ -277,6 +277,10 @@ sub procmail_update_virtual_map } +=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/MTAControl/Qmail.pm b/fml/lib/FML/MTAControl/Qmail.pm index ee332ccf..5f49b434 100644 --- a/fml/lib/FML/MTAControl/Qmail.pm +++ b/fml/lib/FML/MTAControl/Qmail.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: Qmail.pm,v 1.11 2002/07/12 15:03:27 fukachan Exp $ +# $FML: Qmail.pm,v 1.12 2002/09/11 23:18:13 fukachan Exp $ # package FML::MTAControl::Qmail; @@ -241,6 +241,10 @@ sub qmail_update_virtual_map } +=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/Mailer.pm b/fml/lib/FML/Mailer.pm index 0ef8bd4d..adf6c587 100644 --- a/fml/lib/FML/Mailer.pm +++ b/fml/lib/FML/Mailer.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: Mailer.pm,v 1.13 2002/08/03 13:13:19 fukachan Exp $ +# $FML: Mailer.pm,v 1.14 2002/09/11 23:18:03 fukachan Exp $ # package FML::Mailer; @@ -199,6 +199,10 @@ sub send } +=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/PCB.pm b/fml/lib/FML/PCB.pm index 026e439f..342f6f94 100644 --- a/fml/lib/FML/PCB.pm +++ b/fml/lib/FML/PCB.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: PCB.pm,v 1.10 2001/12/22 14:40:34 fukachan Exp $ +# $FML: PCB.pm,v 1.11 2002/09/11 23:18:03 fukachan Exp $ # package FML::PCB; @@ -130,6 +130,10 @@ sub set } +=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/Parse.pm b/fml/lib/FML/Parse.pm index 6fbe196c..108156aa 100644 --- a/fml/lib/FML/Parse.pm +++ b/fml/lib/FML/Parse.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: Parse.pm,v 1.25 2002/07/02 03:54:49 fukachan Exp $ +# $FML: Parse.pm,v 1.26 2002/09/11 23:18:03 fukachan Exp $ # package FML::Parse; @@ -92,6 +92,10 @@ L<FML::Config>, L<FML::Log> +=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/Process/Alias.pm b/fml/lib/FML/Process/Alias.pm index 67598154..43a66a0c 100644 --- a/fml/lib/FML/Process/Alias.pm +++ b/fml/lib/FML/Process/Alias.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Alias.pm,v 1.3 2002/08/14 03:31:55 fukachan Exp $ +# $FML: Alias.pm,v 1.4 2002/09/11 23:18:13 fukachan Exp $ # package FML::Process::Alias; @@ -240,6 +240,10 @@ sub _fmlalias } +=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/Process/CGI.pm b/fml/lib/FML/Process/CGI.pm index d93eaf11..077558c1 100644 --- a/fml/lib/FML/Process/CGI.pm +++ b/fml/lib/FML/Process/CGI.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: CGI.pm,v 1.20 2001/12/22 09:21:08 fukachan Exp $ +# $FML: CGI.pm,v 1.21 2002/09/11 23:18:13 fukachan Exp $ # package FML::Process::CGI; @@ -34,6 +34,10 @@ This new() creates CGI object which wraps C<FML::Process::Kernel>. the base class of CGI programs. It provides basic functions and flow. +=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/Process/CGI/Kernel.pm b/fml/lib/FML/Process/CGI/Kernel.pm index 948309e9..c9484a3f 100644 --- a/fml/lib/FML/Process/CGI/Kernel.pm +++ b/fml/lib/FML/Process/CGI/Kernel.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: Kernel.pm,v 1.42 2002/08/14 03:31:58 fukachan Exp $ +# $FML: Kernel.pm,v 1.43 2002/09/11 23:18:17 fukachan Exp $ # package FML::Process::CGI::Kernel; @@ -718,6 +718,10 @@ sub AUTOLOAD } +=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/Process/CGI/Param.pm b/fml/lib/FML/Process/CGI/Param.pm index 7668d3a6..42766647 100644 --- a/fml/lib/FML/Process/CGI/Param.pm +++ b/fml/lib/FML/Process/CGI/Param.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: Param.pm,v 1.16 2002/07/02 04:00:52 fukachan Exp $ +# $FML: Param.pm,v 1.17 2002/09/11 23:18:17 fukachan Exp $ # package FML::Process::CGI::Param; @@ -121,6 +121,10 @@ sub safe_paramlist } +=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/Process/Calender.pm b/fml/lib/FML/Process/Calender.pm index 30551ab5..168dac02 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.7 2002/08/03 13:13:23 fukachan Exp $ +# $FML: Calender.pm,v 1.8 2002/09/11 23:18:14 fukachan Exp $ # package FML::Process::Calender; @@ -179,6 +179,10 @@ _EOF_ } +=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/Process/Command.pm b/fml/lib/FML/Process/Command.pm index 43868b26..318cd44b 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.73 2002/08/19 12:41:01 fukachan Exp $ +# $FML: Command.pm,v 1.74 2002/09/11 23:18:14 fukachan Exp $ # package FML::Process::Command; @@ -818,6 +818,10 @@ sub _evaluate_command_lines } +=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/Process/ConfViewer.pm b/fml/lib/FML/Process/ConfViewer.pm index a01c1106..511eac13 100644 --- a/fml/lib/FML/Process/ConfViewer.pm +++ b/fml/lib/FML/Process/ConfViewer.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: ConfViewer.pm,v 1.15 2002/08/14 03:31:55 fukachan Exp $ +# $FML: ConfViewer.pm,v 1.16 2002/09/11 23:18:14 fukachan Exp $ # package FML::Process::ConfViewer; @@ -228,6 +228,10 @@ sub _fmlconf } +=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/Process/Configure.pm b/fml/lib/FML/Process/Configure.pm index c7f8d432..fcc92bf0 100644 --- a/fml/lib/FML/Process/Configure.pm +++ b/fml/lib/FML/Process/Configure.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Configure.pm,v 1.43 2002/08/14 03:31:56 fukachan Exp $ +# $FML: Configure.pm,v 1.44 2002/09/11 23:18:14 fukachan Exp $ # package FML::Process::Configure; @@ -262,6 +262,10 @@ sub _makefml } +=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/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm index a4cb77b5..95427027 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.95 2002/09/11 23:18:14 fukachan Exp $ +# $FML: Distribute.pm,v 1.96 2002/09/15 00:11:43 fukachan Exp $ # package FML::Process::Distribute; @@ -533,6 +533,10 @@ sub htmlify } +=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/Process/DocViewer.pm b/fml/lib/FML/Process/DocViewer.pm index 1c0f24fa..d52957bd 100644 --- a/fml/lib/FML/Process/DocViewer.pm +++ b/fml/lib/FML/Process/DocViewer.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: DocViewer.pm,v 1.19 2002/08/14 03:31:56 fukachan Exp $ +# $FML: DocViewer.pm,v 1.20 2002/09/11 23:18:15 fukachan Exp $ # package FML::Process::DocViewer; @@ -222,6 +222,10 @@ sub finish } +=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/Process/Error.pm b/fml/lib/FML/Process/Error.pm index 6d8a16c1..977dddb6 100644 --- a/fml/lib/FML/Process/Error.pm +++ b/fml/lib/FML/Process/Error.pm @@ -3,7 +3,7 @@ # Copyright (C) 2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Error.pm,v 1.21 2002/08/19 12:38:15 fukachan Exp $ +# $FML: Error.pm,v 1.22 2002/09/11 23:18:15 fukachan Exp $ # package FML::Process::Error; @@ -276,6 +276,10 @@ sub finish } +=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/Process/Flow.pm b/fml/lib/FML/Process/Flow.pm index ad391522..0b084ea8 100644 --- a/fml/lib/FML/Process/Flow.pm +++ b/fml/lib/FML/Process/Flow.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: Flow.pm,v 1.16 2002/07/02 03:59:06 fukachan Exp $ +# $FML: Flow.pm,v 1.17 2002/09/11 23:18:15 fukachan Exp $ # package FML::Process::Flow; @@ -101,6 +101,10 @@ sub ProcessStart } +=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/Process/HTMLify.pm b/fml/lib/FML/Process/HTMLify.pm index 347bd5b1..5ab34530 100644 --- a/fml/lib/FML/Process/HTMLify.pm +++ b/fml/lib/FML/Process/HTMLify.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: HTMLify.pm,v 1.22 2002/08/14 03:31:56 fukachan Exp $ +# $FML: HTMLify.pm,v 1.23 2002/09/11 23:18:15 fukachan Exp $ # package FML::Process::HTMLify; @@ -184,6 +184,10 @@ sub finish sub DESTROY {} +=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/Process/Kernel.pm b/fml/lib/FML/Process/Kernel.pm index 4c283a10..c8c67e42 100644 --- a/fml/lib/FML/Process/Kernel.pm +++ b/fml/lib/FML/Process/Kernel.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: Kernel.pm,v 1.135 2002/09/11 23:18:15 fukachan Exp $ +# $FML: Kernel.pm,v 1.136 2002/09/15 00:11:43 fukachan Exp $ # package FML::Process::Kernel; @@ -1890,6 +1890,10 @@ sub reset_umask } +=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/Process/QMail.pm b/fml/lib/FML/Process/QMail.pm index 410e2a6b..6ad5e6d8 100644 --- a/fml/lib/FML/Process/QMail.pm +++ b/fml/lib/FML/Process/QMail.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: QMail.pm,v 1.12 2002/06/01 05:02:33 fukachan Exp $ +# $FML: QMail.pm,v 1.13 2002/09/11 23:18:15 fukachan Exp $ # package FML::Process::QMail; @@ -96,6 +96,10 @@ sub DotQmailExt } +=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/Process/QueueManager.pm b/fml/lib/FML/Process/QueueManager.pm index 4c7d57b4..974e19b5 100644 --- a/fml/lib/FML/Process/QueueManager.pm +++ b/fml/lib/FML/Process/QueueManager.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: QueueManager.pm,v 1.7 2001/12/23 11:39:45 fukachan Exp $ +# $FML: QueueManager.pm,v 1.8 2002/09/11 23:18:16 fukachan Exp $ # package FML::Process::QueueManager; @@ -138,6 +138,10 @@ sub _send } +=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/Process/Scheduler.pm b/fml/lib/FML/Process/Scheduler.pm index 763582e9..7d63208a 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.17 2002/09/11 23:18:16 fukachan Exp $ +# $FML: Scheduler.pm,v 1.18 2002/09/15 00:11:44 fukachan Exp $ # package FML::Process::Scheduler; @@ -68,6 +68,10 @@ sub exits } +=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/Process/Spool.pm b/fml/lib/FML/Process/Spool.pm index eb951b49..470f05c2 100644 --- a/fml/lib/FML/Process/Spool.pm +++ b/fml/lib/FML/Process/Spool.pm @@ -3,7 +3,7 @@ # Copyright (C) 2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Spool.pm,v 1.9 2002/09/11 23:18:16 fukachan Exp $ +# $FML: Spool.pm,v 1.10 2002/09/15 00:11:44 fukachan Exp $ # package FML::Process::Spool; @@ -337,6 +337,10 @@ sub finish sub DESTROY {} +=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/Process/Switch.pm b/fml/lib/FML/Process/Switch.pm index 822b3302..e2ed80fd 100644 --- a/fml/lib/FML/Process/Switch.pm +++ b/fml/lib/FML/Process/Switch.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: Switch.pm,v 1.73 2002/07/02 12:47:51 fukachan Exp $ +# $FML: Switch.pm,v 1.74 2002/09/11 23:18:16 fukachan Exp $ # package FML::Process::Switch; @@ -465,6 +465,10 @@ L<FML::Process::Configure>, L<FML::Process::ThreadTrack>, L<FML::Process::MailErrorAnalyzer> +=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/Process/ThreadTrack.pm b/fml/lib/FML/Process/ThreadTrack.pm index 1b4e4cb5..fabfdf45 100644 --- a/fml/lib/FML/Process/ThreadTrack.pm +++ b/fml/lib/FML/Process/ThreadTrack.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: ThreadTrack.pm,v 1.32 2002/08/14 03:31:57 fukachan Exp $ +# $FML: ThreadTrack.pm,v 1.33 2002/09/11 23:18:16 fukachan Exp $ # package FML::Process::ThreadTrack; @@ -529,6 +529,10 @@ sub help } +=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/Process/Utils.pm b/fml/lib/FML/Process/Utils.pm index 2a27c23d..444773bf 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.42 2002/09/11 23:18:17 fukachan Exp $ +# $FML: Utils.pm,v 1.43 2002/09/15 00:11:12 fukachan Exp $ # package FML::Process::Utils; @@ -1005,6 +1005,10 @@ sub hints } +=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/Restriction/Base.pm b/fml/lib/FML/Restriction/Base.pm index 60ad41e5..9390330c 100644 --- a/fml/lib/FML/Restriction/Base.pm +++ b/fml/lib/FML/Restriction/Base.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Base.pm,v 1.13 2002/07/02 04:01:45 fukachan Exp $ +# $FML: Base.pm,v 1.14 2002/09/11 23:18:18 fukachan Exp $ # package FML::Restriction::Base; @@ -124,6 +124,10 @@ if ($0 eq __FILE__) { } +=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/Restriction/CGI.pm b/fml/lib/FML/Restriction/CGI.pm index 8104ff4f..d97a199d 100644 --- a/fml/lib/FML/Restriction/CGI.pm +++ b/fml/lib/FML/Restriction/CGI.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: CGI.pm,v 1.6 2002/07/02 04:01:11 fukachan Exp $ +# $FML: CGI.pm,v 1.7 2002/09/11 23:18:18 fukachan Exp $ # package FML::Restriction::CGI; @@ -108,6 +108,10 @@ if ($0 eq __FILE__) { } +=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/Restriction/Command.pm b/fml/lib/FML/Restriction/Command.pm index e3b6cb9b..0bf95964 100644 --- a/fml/lib/FML/Restriction/Command.pm +++ b/fml/lib/FML/Restriction/Command.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: Command.pm,v 1.5 2002/07/18 23:47:35 fukachan Exp $ +# $FML: Command.pm,v 1.6 2002/09/11 23:18:18 fukachan Exp $ # package FML::Restriction::Command; @@ -87,6 +87,10 @@ sub is_valid_mail_address } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi |
