summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command
AgeCommit message (Collapse)Author
2001-03-14generate FML::Command documentsfukachan
2001-03-14FML::Command is a dispatcher table. It used AUTOLOAD() to forward thefukachan
request to each FML::Command::$command module.
2001-03-14nuke "delete" command which is ambiguous in identify that it is tofukachan
remove a member or a file. rewrite resign.pm is an adapter for unsubscribe.pm
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-14split FML::MemberControl to FML::Command/$method.pm for each $methodfukachan
2001-02-25declare package namefukachan
2001-02-25Initial revisionfukachan