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/IO | |
| parent | a91e4033c9ac01fa075cce256189256ed84f93bf (diff) | |
| download | fml8-92a5887666e6fef5b5da5cf8ad036dda608be463.tar.gz fml8-92a5887666e6fef5b5da5cf8ad036dda608be463.tar.bz2 fml8-92a5887666e6fef5b5da5cf8ad036dda608be463.zip | |
add section on FNF
Diffstat (limited to 'fml/lib/IO')
| -rw-r--r-- | fml/lib/IO/Adapter.pm | 6 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/Array.pm | 6 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/AtomicFile.pm | 6 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/DBI.pm | 6 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/ErrorStatus.pm | 6 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/File.pm | 6 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/LDAP.pm | 6 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/MySQL.pm | 6 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/NIS.pm | 6 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/UnixGroup.pm | 6 |
10 files changed, 50 insertions, 10 deletions
diff --git a/fml/lib/IO/Adapter.pm b/fml/lib/IO/Adapter.pm index c9206589..7a9ef595 100644 --- a/fml/lib/IO/Adapter.pm +++ b/fml/lib/IO/Adapter.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: Adapter.pm,v 1.21 2002/08/21 14:28:47 fukachan Exp $ +# $FML: Adapter.pm,v 1.22 2002/09/11 23:18:19 fukachan Exp $ # package IO::Adapter; @@ -499,6 +499,10 @@ sub DESTROY return the most recent error message if exists. +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamchi diff --git a/fml/lib/IO/Adapter/Array.pm b/fml/lib/IO/Adapter/Array.pm index 5c669682..0edc0bd1 100644 --- a/fml/lib/IO/Adapter/Array.pm +++ b/fml/lib/IO/Adapter/Array.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: Array.pm,v 1.24 2002/06/01 05:02:34 fukachan Exp $ +# $FML: Array.pm,v 1.25 2002/09/11 23:18:19 fukachan Exp $ # package IO::Adapter::Array; @@ -220,6 +220,10 @@ sub close } +=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/IO/Adapter/AtomicFile.pm b/fml/lib/IO/Adapter/AtomicFile.pm index a786d169..d13796ca 100644 --- a/fml/lib/IO/Adapter/AtomicFile.pm +++ b/fml/lib/IO/Adapter/AtomicFile.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: AtomicFile.pm,v 1.2 2002/08/21 14:27:21 fukachan Exp $ +# $FML: AtomicFile.pm,v 1.3 2002/09/11 23:18:20 fukachan Exp $ # package IO::Adapter::AtomicFile; @@ -290,6 +290,10 @@ 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/IO/Adapter/DBI.pm b/fml/lib/IO/Adapter/DBI.pm index 7589b336..584e729f 100644 --- a/fml/lib/IO/Adapter/DBI.pm +++ b/fml/lib/IO/Adapter/DBI.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: DBI.pm,v 1.19 2002/08/03 13:13:27 fukachan Exp $ +# $FML: DBI.pm,v 1.20 2002/09/11 23:18:20 fukachan Exp $ # package IO::Adapter::DBI; @@ -380,6 +380,10 @@ sub md_find } +=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/IO/Adapter/ErrorStatus.pm b/fml/lib/IO/Adapter/ErrorStatus.pm index 3851a301..7b1354d8 100644 --- a/fml/lib/IO/Adapter/ErrorStatus.pm +++ b/fml/lib/IO/Adapter/ErrorStatus.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: ErrorStatus.pm,v 1.3 2002/06/01 03:29:09 fukachan Exp $ +# $FML: ErrorStatus.pm,v 1.4 2002/09/11 23:18:20 fukachan Exp $ # package IO::Adapter::ErrorStatus; @@ -105,6 +105,10 @@ sub error_clear } +=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/IO/Adapter/File.pm b/fml/lib/IO/Adapter/File.pm index 978605d9..bca93b45 100644 --- a/fml/lib/IO/Adapter/File.pm +++ b/fml/lib/IO/Adapter/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.40 2002/08/26 03:39:58 fukachan Exp $ +# $FML: File.pm,v 1.41 2002/09/11 23:18:20 fukachan Exp $ # package IO::Adapter::File; @@ -511,6 +511,10 @@ sub delete L<IO::Adapter> +=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/IO/Adapter/LDAP.pm b/fml/lib/IO/Adapter/LDAP.pm index 4c59ad13..59226f78 100644 --- a/fml/lib/IO/Adapter/LDAP.pm +++ b/fml/lib/IO/Adapter/LDAP.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: LDAP.pm,v 1.11 2001/12/24 07:40:57 fukachan Exp $ +# $FML: LDAP.pm,v 1.12 2002/09/11 23:18:20 fukachan Exp $ # package IO::Adapter::LDAP; @@ -46,6 +46,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/IO/Adapter/MySQL.pm b/fml/lib/IO/Adapter/MySQL.pm index 446c6fc1..6ce82b08 100644 --- a/fml/lib/IO/Adapter/MySQL.pm +++ b/fml/lib/IO/Adapter/MySQL.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: MySQL.pm,v 1.21 2002/07/23 13:06:36 fukachan Exp $ +# $FML: MySQL.pm,v 1.22 2002/09/11 23:18:20 fukachan Exp $ # @@ -179,6 +179,10 @@ L<DBI>, L<DBD::MySQL>, L<IO::Adapter::DBI> +=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/IO/Adapter/NIS.pm b/fml/lib/IO/Adapter/NIS.pm index 3611f630..39a199f6 100644 --- a/fml/lib/IO/Adapter/NIS.pm +++ b/fml/lib/IO/Adapter/NIS.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: NIS.pm,v 1.17 2001/12/24 07:40:57 fukachan Exp $ +# $FML: NIS.pm,v 1.18 2002/09/11 23:18:20 fukachan Exp $ # package IO::Adapter::NIS; @@ -72,6 +72,10 @@ sub configure L<IO::Adapter::Array> +=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/IO/Adapter/UnixGroup.pm b/fml/lib/IO/Adapter/UnixGroup.pm index 919d6241..cef2880a 100644 --- a/fml/lib/IO/Adapter/UnixGroup.pm +++ b/fml/lib/IO/Adapter/UnixGroup.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: UnixGroup.pm,v 1.15 2001/12/24 07:40:57 fukachan Exp $ +# $FML: UnixGroup.pm,v 1.16 2002/09/11 23:18:20 fukachan Exp $ # package IO::Adapter::UnixGroup; @@ -71,6 +71,10 @@ sub configure L<IO::Adapter::Array> +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi |
