diff options
| author | fukachan <fukachan> | 2003-01-11 16:05:09 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-01-11 16:05:09 +0000 |
| commit | e172c7a0a018fe2173af56e281f0f454aaabc996 (patch) | |
| tree | 2aaac38b8efbef3e58409cdd087937d0fa2da0df /fml/lib/FML/Command/FileUtils.pm | |
| parent | f7d7b5c89200769cd1ee9a6b7f0c2d46c8e9b2b1 (diff) | |
| download | fml8-e172c7a0a018fe2173af56e281f0f454aaabc996.tar.gz fml8-e172c7a0a018fe2173af56e281f0f454aaabc996.tar.bz2 fml8-e172c7a0a018fe2173af56e281f0f454aaabc996.zip | |
fix comments (FNF).
Diffstat (limited to 'fml/lib/FML/Command/FileUtils.pm')
| -rw-r--r-- | fml/lib/FML/Command/FileUtils.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/FileUtils.pm b/fml/lib/FML/Command/FileUtils.pm index 149a1267..44b30416 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.8 2002/12/24 10:19:43 fukachan Exp $ +# $FML: FileUtils.pm,v 1.9 2003/01/03 07:05:05 fukachan Exp $ # package FML::Command::FileUtils; @@ -62,7 +62,7 @@ in FML::Restriction class. # Descriptions: remove files -# Arguments: OBJ($self) ... varargs ... +# Arguments: OBJ($self) VARARGS(@p) # Side Effects: remove files # Return Value: same as remove() sub delete |
