NAME
    FML::Config::Tiny - just read and return without variable expansion.

SYNOPSIS
    use FML::Config::Tiny; my $tinyconfig = new FML::Config::Tiny;
    $new_main_cf = $tinyconfig->read($default_main_cf);

DESCRIPTION
    This class provides simplest function of configuration file parser. It
    reads and returns config hash without variable expansion.

METHODS
  new()
    constructor.

  read($file)
    read $file, parse it and return content as HASH_REF.

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

AUTHOR
    Ken'ichi Fukamachi

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

