summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-12-21 12:15:54 +0000
committerfukachan <fukachan>2002-12-21 12:15:54 +0000
commitffd175cf1e2a2b291290ba70aa1d6dca79d7072a (patch)
tree66f32ae614c050b0e48383322da39e22e4662b76 /fml
parenta777db74775431ca69fb9e1fdd770b2c3bd3c82d (diff)
downloadfml8-ffd175cf1e2a2b291290ba70aa1d6dca79d7072a.tar.gz
fml8-ffd175cf1e2a2b291290ba70aa1d6dca79d7072a.tar.bz2
fml8-ffd175cf1e2a2b291290ba70aa1d6dca79d7072a.zip
add comment
Diffstat (limited to 'fml')
-rw-r--r--fml/lib/FML/Process/Switch.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Switch.pm b/fml/lib/FML/Process/Switch.pm
index 79cca9a6..508bb808 100644
--- a/fml/lib/FML/Process/Switch.pm
+++ b/fml/lib/FML/Process/Switch.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: Switch.pm,v 1.77 2002/11/16 14:24:46 fukachan Exp $
+# $FML: Switch.pm,v 1.78 2002/11/26 07:32:30 fukachan Exp $
#
package FML::Process::Switch;
@@ -280,6 +280,11 @@ sub ProcessSwitch
}
+#
+# XXX-TODO: hmm, we should use config file such as /etc/fml/module.cf ?
+#
+
+
# Descriptions: return the suitable getopt options
# Arguments: STR($myname)
# Side Effects: none