diff options
| author | fukachan <fukachan> | 2002-12-20 03:40:48 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-12-20 03:40:48 +0000 |
| commit | f5b4bab5bcf2fd19656757935a4d3454fd23aa26 (patch) | |
| tree | 0aea23a80ebd4a14df5ea25766cb251fff28e891 /fml/lib/FML/Config/Convert.pm | |
| parent | eebea87256b7cc29db4ff30166e1b465f7b554aa (diff) | |
| download | fml8-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.pm | 6 |
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 |
