summaryrefslogtreecommitdiff
path: root/fml/lib/File/Sequence.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-11-27 15:55:23 +0000
committerfukachan <fukachan>2001-11-27 15:55:23 +0000
commitef23677cca0cf80b5b0c80e2c3928f45fcab2633 (patch)
treeab94507d5b1ab1af3675f25980f69b1ba2a6f109 /fml/lib/File/Sequence.pm
parentc77ff56bc8930700fc37c83cc1c4fba329a6da9e (diff)
downloadfml8-ef23677cca0cf80b5b0c80e2c3928f45fcab2633.tar.gz
fml8-ef23677cca0cf80b5b0c80e2c3928f45fcab2633.tar.bz2
fml8-ef23677cca0cf80b5b0c80e2c3928f45fcab2633.zip
update comments, FNS-ify
Diffstat (limited to 'fml/lib/File/Sequence.pm')
-rw-r--r--fml/lib/File/Sequence.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/File/Sequence.pm b/fml/lib/File/Sequence.pm
index dd36d99f..59e1ea70 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.10 2001/11/20 06:59:00 fukachan Exp $
+# $FML: Sequence.pm,v 1.11 2001/11/20 07:27:38 fukachan Exp $
#
package File::Sequence;
@@ -78,7 +78,7 @@ get the sequence number from specified C<$file>.
# Descriptions: constructor
-# Arguments: $self $args
+# Arguments: OBJ($self) HASH_REF($args)
# Side Effects: object itself holds a few local _variables
# Return Value: object
sub new
@@ -93,7 +93,7 @@ sub new
# Descriptions: increment sequence
-# Arguments: $self [$file]
+# Arguments: OBJ($self) [STR($file)]
# If $file is not specified,
# the sequence_file parameter in new().
# Side Effects: the number holded in $file is incremented
@@ -148,7 +148,7 @@ sub increment_id
# Descriptions: get sequence
-# Arguments: $self [$file]
+# Arguments: OBJ($self) [STR($file)]
# If $file is not specified,
# the sequence_file parameter in new().
# Side Effects: the number holded in $file is incremented
@@ -196,7 +196,7 @@ To search max_id in hash key,
# Descriptions: search max id number
-# Arguments: $self $args
+# Arguments: OBJ($self) HASH_REF($args)
# Side Effects: none
# Return Value: number
sub search_max_id