summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Switch.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-03-11 13:35:33 +0000
committerfukachan <fukachan>2001-03-11 13:35:33 +0000
commitac800de70f2a442304535e4ac643224b633fff8f (patch)
treee73b69b10d74292272ba5ebd93493f5ccc90db37 /fml/lib/FML/Process/Switch.pm
parentaef0ed47099eeeb2eae7b214ce28b84453685672 (diff)
downloadfml8-ac800de70f2a442304535e4ac643224b633fff8f.tar.gz
fml8-ac800de70f2a442304535e4ac643224b633fff8f.tar.bz2
fml8-ac800de70f2a442304535e4ac643224b633fff8f.zip
make makefml work
Diffstat (limited to 'fml/lib/FML/Process/Switch.pm')
-rw-r--r--fml/lib/FML/Process/Switch.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/fml/lib/FML/Process/Switch.pm b/fml/lib/FML/Process/Switch.pm
index 87b9708c..5619835f 100644
--- a/fml/lib/FML/Process/Switch.pm
+++ b/fml/lib/FML/Process/Switch.pm
@@ -264,6 +264,9 @@ sub _module_specific_options
elsif ($myname eq 'fmldoc') {
return qw(ctladdr! debug! params=s -c=s n!);
}
+ elsif ($myname eq 'makefml') {
+ return qw(ctladdr! debug! params=s -c=s n!);
+ }
else {
croak "options for $myname are not defined.\n";
}
@@ -281,6 +284,9 @@ sub _ml_name_is_required
if ($myname eq 'fmldoc') {
return 0;
}
+ elsif ($myname eq 'makefml') {
+ return 0;
+ }
elsif ($myname eq 'fmlticket.cgi') {
return 0;
}