NAME
    FML::Command::Admin::mergeml - top level dispather of configuration
    merge.

SYNOPSIS
    use FML::Command::Admin::mergeml my $ml = new
    FML::Command::Admin::mergeml; $ml->process($curproc, $command_context);

DESCRIPTION
    This class is the top level dispather of configuration merging. It
    converts fml4 configurations to fml8 ones and set up fml8 style
    configurations.

METHODS
  new()
    constructor.

  need_lock()
    not need lock in the first time.

  process($curproc, $command_context)
    merge other mailing list driver system into fml8.

CODING STYLE
    See "http://www.fml.org/software/FNF/" on fml coding style guide.

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 2004,2006 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::Command::Admin::mergeml appeared in fml8 mailing list driver
    package. See "http://www.fml.org/" for more details.

