diff options
Diffstat (limited to 'fml/lib/File')
| -rw-r--r-- | fml/lib/File/CacheDir.pm | 6 | ||||
| -rw-r--r-- | fml/lib/File/Rotate.pm | 6 | ||||
| -rw-r--r-- | fml/lib/File/Sequence.pm | 6 | ||||
| -rw-r--r-- | fml/lib/File/SimpleLock.pm | 6 | ||||
| -rw-r--r-- | fml/lib/File/Utils.pm | 6 |
5 files changed, 25 insertions, 5 deletions
diff --git a/fml/lib/File/CacheDir.pm b/fml/lib/File/CacheDir.pm index afb7e3c1..add5dbc8 100644 --- a/fml/lib/File/CacheDir.pm +++ b/fml/lib/File/CacheDir.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: CacheDir.pm,v 1.18 2002/09/11 23:18:18 fukachan Exp $ +# $FML: CacheDir.pm,v 1.19 2002/09/15 00:07:53 fukachan Exp $ # package File::CacheDir; @@ -367,6 +367,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/File/Rotate.pm b/fml/lib/File/Rotate.pm index eb9230f1..aa536213 100644 --- a/fml/lib/File/Rotate.pm +++ b/fml/lib/File/Rotate.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: Rotate.pm,v 1.10 2002/01/13 06:59:50 fukachan Exp $ +# $FML: Rotate.pm,v 1.11 2002/09/11 23:18:18 fukachan Exp $ # package File::Rotate; @@ -176,6 +176,10 @@ sub error } +=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/File/Sequence.pm b/fml/lib/File/Sequence.pm index 03b446a6..51502419 100644 --- a/fml/lib/File/Sequence.pm +++ b/fml/lib/File/Sequence.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: Sequence.pm,v 1.25 2002/07/25 11:34:02 fukachan Exp $ +# $FML: Sequence.pm,v 1.26 2002/09/11 23:18:18 fukachan Exp $ # package File::Sequence; @@ -334,6 +334,10 @@ sub _search_max_id_from_top } +=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/File/SimpleLock.pm b/fml/lib/File/SimpleLock.pm index b5eb65a7..06e71736 100644 --- a/fml/lib/File/SimpleLock.pm +++ b/fml/lib/File/SimpleLock.pm @@ -2,7 +2,7 @@ # # Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi # -# $FML: SimpleLock.pm,v 1.12 2002/01/13 15:46:52 fukachan Exp $ +# $FML: SimpleLock.pm,v 1.13 2002/09/11 23:18:19 fukachan Exp $ # package File::SimpleLock; @@ -153,6 +153,10 @@ sub _simple_funlock L<FileHandle>, L<ErrorStatus>, +=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/File/Utils.pm b/fml/lib/File/Utils.pm index 25b7a228..bfe92e31 100644 --- a/fml/lib/File/Utils.pm +++ b/fml/lib/File/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.16 2002/08/03 13:13:25 fukachan Exp $ +# $FML: Utils.pm,v 1.17 2002/09/11 23:18:19 fukachan Exp $ # package File::Utils; @@ -247,6 +247,10 @@ sub append } +=head1 CODING STYLE + +See C<http://www.fml.org/software/FNF/> on fml coding style guide. + =head1 AUTHOR Ken'ichi Fukamachi |
