summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Configure.pm
AgeCommit message (Collapse)Author
2001-03-20use FML::Log qw(Log LogWarn LogError);error-message-statusfukachan
2001-03-16fmldoc supports perldoc [-vtuml]fukachan
2001-03-14FML::Command is a dispatcher table. It used AUTOLOAD() to forward thefukachan
request to each FML::Command::$command module.
2001-03-14s/croak/warn/fukachan
2001-03-14change argument of FML::Command method call. now it accpeptsfukachan
method($self, $curproc, $args) where $args is prepared at FML::Process::Configure(). move the main code to subscribe.pm and unsubscribe.pm and change add.pm and bye.pm as an adapter for them.
2001-03-14makefml uses dynamic method bindingfukachan
when "makefml $method $ml_name" is given, we call it as follows: use FML::Command::$method; $obj = new FML::Command::$method; $obj->$method($curproc);
2001-03-11fix some space paddingfukachan
2001-03-11make makefml workfukachan
2001-03-11declare not yet implementedfukachan
2001-03-09nuke FML::Debug and Data::Dumper to avoid loading Data::Dumperfukachan
2001-03-09clean up documentsfukachan
2001-03-03nuke debugfukachan
2001-02-18fix how to work when $argv[0] is not specifiedfukachan
2001-02-17move Bootstrap() latter part from libexec/loader to libexec/proces_switch.fukachan
"fmldoc" is a "perldoc" wrapper to show fml perl modules
2001-02-17"fmldoc" preliminary definitionfukachan
2001-02-06fmlconf -n shows variables which differ from the default value.fukachan
fmlconf shows all variables
2001-02-06real library for libexec/fmlconffukachan