summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/FileUtils.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-07-23 13:16:30 +0000
committerfukachan <fukachan>2004-07-23 13:16:30 +0000
commit017265cfc701f6abcd99f52a0fa6eb9516fd510f (patch)
tree971613cdfec2b93173ad88a8dfa579dc29ba5ac3 /fml/lib/FML/Command/FileUtils.pm
parent1359417a1475d1530200003dd4005954bff51c50 (diff)
downloadfml8-017265cfc701f6abcd99f52a0fa6eb9516fd510f.tar.gz
fml8-017265cfc701f6abcd99f52a0fa6eb9516fd510f.tar.bz2
fml8-017265cfc701f6abcd99f52a0fa6eb9516fd510f.zip
fix comments (FNF)
Diffstat (limited to 'fml/lib/FML/Command/FileUtils.pm')
-rw-r--r--fml/lib/FML/Command/FileUtils.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/fml/lib/FML/Command/FileUtils.pm b/fml/lib/FML/Command/FileUtils.pm
index aedaaada..ffae0c51 100644
--- a/fml/lib/FML/Command/FileUtils.pm
+++ b/fml/lib/FML/Command/FileUtils.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: FileUtils.pm,v 1.16 2004/02/15 04:38:27 fukachan Exp $
+# $FML: FileUtils.pm,v 1.17 2004/04/23 04:10:30 fukachan Exp $
#
package FML::Command::FileUtils;
@@ -15,7 +15,7 @@ use Carp;
=head1 NAME
-FML::Command::FileUtils - utilities to handle files
+FML::Command::FileUtils - utilities to handle files.
=head1 SYNOPSIS
@@ -25,12 +25,12 @@ FML::Command::FileUtils - utilities to handle files
=head2 new()
-standard constructor.
+constructor.
=cut
-# Descriptions: standard constructor
+# Descriptions: constructor
# Arguments: OBJ($self)
# Side Effects: none
# Return Value: OBJ
@@ -60,7 +60,7 @@ in FML::Restriction class.
=cut
-# Descriptions: remove files
+# Descriptions: remove files.
# Arguments: OBJ($self) VARARGS(@p)
# Side Effects: remove files
# Return Value: same as remove()
@@ -71,7 +71,7 @@ sub delete
}
-# Descriptions: remove files
+# Descriptions: remove files.
# Arguments: OBJ($self)
# OBJ($curproc) HASH_REF($command_args) HASH_REF($du_args)
# Side Effects: none