From e9c3232c32af513158511779a0d5aeb5fdc6d168 Mon Sep 17 00:00:00 2001 From: fukachan Date: Mon, 8 Apr 2002 12:44:23 +0000 Subject: fix/clean up documents --- fml/lib/File/Sequence.pm | 6 +++--- fml/lib/File/Utils.pm | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'fml/lib/File') 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'); -- cgit v1.2.1