summaryrefslogtreecommitdiff
path: root/fml/lib/File/SimpleLock.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-09-22 14:56:37 +0000
committerfukachan <fukachan>2002-09-22 14:56:37 +0000
commit92a5887666e6fef5b5da5cf8ad036dda608be463 (patch)
tree69961b1bd91f1c401002a2c562fd11573f1814c7 /fml/lib/File/SimpleLock.pm
parenta91e4033c9ac01fa075cce256189256ed84f93bf (diff)
downloadfml8-92a5887666e6fef5b5da5cf8ad036dda608be463.tar.gz
fml8-92a5887666e6fef5b5da5cf8ad036dda608be463.tar.bz2
fml8-92a5887666e6fef5b5da5cf8ad036dda608be463.zip
add section on FNF
Diffstat (limited to 'fml/lib/File/SimpleLock.pm')
-rw-r--r--fml/lib/File/SimpleLock.pm6
1 files changed, 5 insertions, 1 deletions
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>>