NAME
    FML::Process::Project -- generate a Gantt chart as a demonstration.

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

DESCRIPTION
    FML::Process::Project is a demonstration module to show fml module
    usage. This module provides Project presentation as a simple scheduler
    based on FML::Demo::Project class.

METHODS
  new($args)
    constructor.

  prepare($args)
    load default configuration file to use $path_* variables.

  verify_request($args)
    dummy.

  run($args)
    main routine.

    It parses the specified file and print it out by CSV or HTML TABLE
    format. You can specify the format by --csv or --html command line
    option. CSV by default.

  finish($args)
    dummy.

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

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 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::Process::Project first appeared in fml8 mailing list driver
    package. See "http://www.fml.org/" for more details.

    "FML::Process::Scheduler" is renamed to "FML::Process::Project".

