summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Config/Convert.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-12-20 03:40:48 +0000
committerfukachan <fukachan>2002-12-20 03:40:48 +0000
commitf5b4bab5bcf2fd19656757935a4d3454fd23aa26 (patch)
tree0aea23a80ebd4a14df5ea25766cb251fff28e891 /fml/lib/FML/Config/Convert.pm
parenteebea87256b7cc29db4ff30166e1b465f7b554aa (diff)
downloadfml8-f5b4bab5bcf2fd19656757935a4d3454fd23aa26.tar.gz
fml8-f5b4bab5bcf2fd19656757935a4d3454fd23aa26.tar.bz2
fml8-f5b4bab5bcf2fd19656757935a4d3454fd23aa26.zip
fix comments
Diffstat (limited to 'fml/lib/FML/Config/Convert.pm')
-rw-r--r--fml/lib/FML/Config/Convert.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Config/Convert.pm b/fml/lib/FML/Config/Convert.pm
index bd87c38e..b2a00d13 100644
--- a/fml/lib/FML/Config/Convert.pm
+++ b/fml/lib/FML/Config/Convert.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: Convert.pm,v 1.11 2002/09/22 14:56:48 fukachan Exp $
+# $FML: Convert.pm,v 1.12 2002/09/28 09:27:00 fukachan Exp $
#
@@ -52,7 +52,7 @@ Specify HASH_REF $config as real value.
=cut
-# Descriptions: conversion filter.
+# Descriptions: conversion filter for file handles.
# Arguments: HANDLE($in) HANDLE($out) HASH_REF($config)
# Side Effects: print out to handle $out
# Return Value: none
@@ -72,7 +72,7 @@ sub convert
}
-# Descriptions: conversion filter.
+# Descriptions: conversion filter for files.
# Arguments: STR($src) STR($dst) HASH_REF($config)
# Side Effects: print out to file $out
# Return Value: none