NAME FML::CreateOnPost - CREATE-ON-POST SYNOPSIS use FML::CreateOnPost; my $cop = new FML::CreateOnPost $curproc; $cop->distribute_ml($ml); DESCRIPTION This class provides CREATE-ON-POST. METHODS new() constructor. create_ml($ml_addr) create a ML. Actually it runs "makefml newml" process to create a new ML. The ML's ml_home_dir contais log, articles and so on to log them. But include files in the ml_home_dir are not used. Only FML::Process::CreateOnPost process emulates all ML's but saves articles and log messages in each ml_home_dir. distribute_ml($ml_addr) run distribute process. CODING STYLE See "http://www.fml.org/software/FNF/" on fml coding style guide. AUTHOR Ken'ichi Fukamachi COPYRIGHT Copyright (C) 2006,2007,2008 Ken'ichi Fukamachi All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. HISTORY FML::CreateOnPost appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details.