NAME
    FML::Process::DocViewer -- perldoc wrapper to show a fml module.

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

DESCRIPTION
    FML::Process::DocViewer is the main routine of "fmldoc" program. It
    wraps "perldoc".

    See "FML::Process::Flow" for the program flow.

METHODS
  new($args)
    constructor. It inherits "FML::Process::Kernel".

  prepare($args)
    load default configuration files and fix @INC.

  verify_request($args)
    show help unless @ARGV specified.

  run($args)
    the main top level dispatcher.

  help()
    show help.

  finish()
    dummy.

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::DocViewer first appeared in fml8 mailing list driver
    package. See "http://www.fml.org/" for more details.

