summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Switch.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-11-26 07:32:30 +0000
committerfukachan <fukachan>2002-11-26 07:32:30 +0000
commitbe2cbc5482e7078c2b2b9132b390ccf591f70f57 (patch)
tree58929ba286f2c4989a483a9368ba754959b6f43f /fml/lib/FML/Process/Switch.pm
parentf527c268faeb477d4fdfac69580cdebe46581d05 (diff)
downloadfml8-be2cbc5482e7078c2b2b9132b390ccf591f70f57.tar.gz
fml8-be2cbc5482e7078c2b2b9132b390ccf591f70f57.tar.bz2
fml8-be2cbc5482e7078c2b2b9132b390ccf591f70f57.zip
enable fmlsummary
Diffstat (limited to 'fml/lib/FML/Process/Switch.pm')
-rw-r--r--fml/lib/FML/Process/Switch.pm8
1 files changed, 7 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Switch.pm b/fml/lib/FML/Process/Switch.pm
index 821a464b..79cca9a6 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.76 2002/11/07 10:53:52 fukachan Exp $
+# $FML: Switch.pm,v 1.77 2002/11/16 14:24:46 fukachan Exp $
#
package FML::Process::Switch;
@@ -330,6 +330,9 @@ sub _module_specific_options
elsif ($myname eq 'fmlalias') {
return qw(debug! help! -c=s n!);
}
+ elsif ($myname eq 'fmlsummary') {
+ return qw(debug! help! -c=s n!);
+ }
elsif ($myname eq 'config.cgi' || $myname eq 'menu.cgi') {
return ();
}
@@ -430,6 +433,9 @@ sub _module_we_use
elsif ($name eq 'fmlalias') {
$pkg = 'FML::Process::Alias';
}
+ elsif ($name eq 'fmlsummary') {
+ $pkg = 'FML::Process::Summary';
+ }
elsif ($name eq 'fmlthread') {
$pkg = 'FML::Process::ThreadTrack';
}