summaryrefslogtreecommitdiff
path: root/fml/lib/File
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-04-08 12:44:23 +0000
committerfukachan <fukachan>2002-04-08 12:44:23 +0000
commite9c3232c32af513158511779a0d5aeb5fdc6d168 (patch)
treecec6d6513fdff173cac2f0743fcb2b96630e5713 /fml/lib/File
parente8ac0083ef6c5d462743f455610d049d6cb17bc5 (diff)
downloadfml8-e9c3232c32af513158511779a0d5aeb5fdc6d168.tar.gz
fml8-e9c3232c32af513158511779a0d5aeb5fdc6d168.tar.bz2
fml8-e9c3232c32af513158511779a0d5aeb5fdc6d168.zip
fix/clean up documents
Diffstat (limited to 'fml/lib/File')
-rw-r--r--fml/lib/File/Sequence.pm6
-rw-r--r--fml/lib/File/Utils.pm4
2 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/File/Sequence.pm b/fml/lib/File/Sequence.pm
index 901ae9a2..5ae3d855 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.21 2002/02/27 09:20:34 tmu Exp $
+# $FML: Sequence.pm,v 1.22 2002/04/03 11:33:00 fukachan Exp $
#
package File::Sequence;
@@ -79,7 +79,7 @@ get the sequence number from specified C<$file>.
=cut
-# Descriptions: constructor
+# Descriptions: ordinary constructor
# Arguments: OBJ($self) HASH_REF($args)
# Side Effects: object itself holds a few local _variables
# Return Value: OBJ
@@ -94,7 +94,7 @@ sub new
}
-# Descriptions: increment sequence
+# Descriptions: increment the sequence number
# Arguments: OBJ($self) [STR($file)]
# If $file is not specified,
# the sequence_file parameter in new().
diff --git a/fml/lib/File/Utils.pm b/fml/lib/File/Utils.pm
index 61df72ff..33485c20 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.10 2002/01/13 06:59:50 fukachan Exp $
+# $FML: Utils.pm,v 1.11 2002/01/13 13:35:25 fukachan Exp $
#
package File::Utils;
@@ -146,7 +146,7 @@ The default search path list is
# Descriptions: search executable named as $file
-# Arguments: STR($file) HASH_ARRAY($path_list)
+# Arguments: STR($file) ARRAY_REF($path_list)
# The "path_list" is an ARRAY_REFERENCE.
# For example,
# search_program('md5');