NAME
    FML::Process::ConfViewer -- show configuration variables.

SYNOPSIS
        use FML::Process::ConfViewer;
        $curproc = new FML::Process::ConfViewer;
           ...
        $curproc->run();
           ...

DESCRIPTION
    FML::Process::ConfViewer provides the main function for "fmlconf".

METHODS
  new($args)
    constructor. It make a "FML::Process::Kernel" object and return it.

  prepare($args)
    fix @INC, adjust ml_* and load configuration files.

  verify_request($args)
    show help unless @ARGV.

  run($args)
    the top level dispatcher for "fmlconf".

  help()
    show help.

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

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 2000,2001,2002,2003,2004,2005,2012 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::Process::ConfViewer first appeared in fml8 mailing list driver
    package. See "http://www.fml.org/" for more details.

